]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-auto-override.ly
Imported sources
[lilypond.git] / input / test / beam-auto-override.ly
index 1c35552d31eba3ba0c851ee65f8c1f63b7be0e1d..eebe93b6280b6f24845f1a5f0b0e5de2d447ddf7 100644 (file)
@@ -1,11 +1,12 @@
-\version "1.7.18"
-% renamed from auto-beam-override.ly to beam-auto-override.ly
+
+\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
@@ -14,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''{
@@ -32,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
@@ -46,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 %%
+