X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftest%2Fbeam-auto-override.ly;h=eebe93b6280b6f24845f1a5f0b0e5de2d447ddf7;hb=7482c98a81b501a8265ae4f62227fca5aefb1442;hp=e42c9b494dda6cf2e39a4d2064e125a4610866fb;hpb=1a59b6db9397bbe1055b31c1abe681c3d21671da;p=lilypond.git diff --git a/input/test/beam-auto-override.ly b/input/test/beam-auto-override.ly index e42c9b494d..eebe93b628 100644 --- a/input/test/beam-auto-override.ly +++ b/input/test/beam-auto-override.ly @@ -1,10 +1,12 @@ -\version "1.7.18" + +\version "2.1.7" \header { texidoc = "@cindex Auto Beaming Override -Show how auto-beaming settings can be overridden. - The auto-beamer will only engrave beams that end when: +This shows how auto-beaming settings can be overridden. + +The auto-beamer will only engrave beams that end when: @itemize @bullet @item a rest is encountered @item @@ -13,12 +15,13 @@ Show how auto-beaming settings can be overridden. there's a 'gap' in the beam note's durations @end itemize -The beam will be ended also when now % beamAutoEnd = 0 +The beam will be ended also when now % beamAutoEnd = 0. " } +%% TODO: check doc string. -hw \score{ \notes \relative c''{ @@ -31,7 +34,7 @@ The beam will be ended also when now % beamAutoEnd = 0 c8 c c c % manually override autobeam with weird beaming - c8 c-[ c] c + c8 c[ c] c c8 c c r c8 c c4 r8 c c c @@ -45,6 +48,7 @@ The beam will be ended also when now % beamAutoEnd = 0 autoBeamSettings \override #'(end * * * *) = #(ly:make-moment 1 2) } } +\paper{raggedright = ##t} } -%% new-chords-done %% +