]> git.donarmstrong.com Git - lilypond.git/commit
Issue 5128: Prevent granados.ly image rotation in web.pdf
authorMasamichi Hosoda <trueroad@trueroad.jp>
Fri, 28 Apr 2017 15:39:44 +0000 (00:39 +0900)
committerMasamichi Hosoda <trueroad@trueroad.jp>
Sat, 6 May 2017 07:42:00 +0000 (16:42 +0900)
commit6b5c2fe707c1dfaacdf574027d281288eed8baa3
treec235cd57fb7868c4067719df42f4e212bfc51868
parent84675bc536af363543bdae1fa422903a977e1ec8
Issue 5128: Prevent granados.ly image rotation in web.pdf

granados.ly used 'landscape symbol for page settings.
As a result, granados.pdf which was generated from granados.ly
contained `/Rotate 90` that is not supported by XeTeX's PDFs including.
So the image in web.pdf which was generated by XeTeX
was rotated 90 degree counter-clockwise.

This commit makes the page settings does not have 'landscape symbol.
We append `landscape` to the name of the paper size itself.
So granados.ly image rotation in web.pdf is prevented.

See Notation Reference "Setting the paper size".
Documentation/ly-examples/granados.ly