X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Flilypond-book.py;h=630f6067decdd6b878aa8c7ddda34b956288f1fe;hb=e9724a76f3795833ab70a6fed852cf78eb344dcf;hp=63f075a1492db94649491416c7884e019eae86f2;hpb=5d2f4e30ccbd3b0b5433a86c7a1fba7559ffa428;p=lilypond.git diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 63f075a149..630f6067de 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -235,6 +235,7 @@ LILYQUOTE = 'lilyquote' NOFRAGMENT = 'nofragment' NOINDENT = 'noindent' NOQUOTE = 'noquote' +NORAGGED_RIGHT = 'noragged-right' NOTES = 'body' NOTIME = 'notime' OUTPUT = 'output' @@ -562,6 +563,8 @@ ly_options = { RAGGED_RIGHT: r'''ragged-right = ##t''', + NORAGGED_RIGHT: r'''ragged-right = ##f''', + PACKED: r'''packed = ##t''', }, @@ -569,12 +572,12 @@ ly_options = { LAYOUT: { NOTIME: r''' \context { - \Score - timing = ##f + \Score + timing = ##f } \context { - \Staff - \remove Time_signature_engraver + \Staff + \remove "Time_signature_engraver" }''', },