X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Flilypond-book.py;h=8e14256ccb8a96712a83b05ab235f1d389a7c26d;hb=37ca1f80bf5401accd17056938f4f7b2c147ddb2;hp=63f075a1492db94649491416c7884e019eae86f2;hpb=23873da93c5bc884d2c289000be62a81b24b735d;p=lilypond.git diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 63f075a149..8e14256ccb 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''', },