Replies: 1 comment 1 reply
-
I agree this is confusing. The --landscape option actually only swaps height and width. It is a very old option. Maybe we should just deprecate/remove it? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suppose in Verovio I want to have a page in landscape that is extra wide. The straightforward approach would be
--landscape --page-width 5000
.However, to get the expected result, one needs to use
--landscape --page-height 5000
, since Verovio takes the page height/width options first and applies a rotation afterwards depending on landscape.What would be the desired behaviour of the
--landscape
option with given--page-width/--page-height
from a user perspective?Beta Was this translation helpful? Give feedback.
All reactions