]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-control.ly
more conversion for dash-change.
[lilypond.git] / input / test / beam-control.ly
index 37bdf0444903c3550447ab602cfa118971478840..67ec78d5d189c306f2f5a2e0384609286e2d1041 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.28"
+\version "2.7.32"
 \header{
     texidoc="@cindex Beam Position Control
 
@@ -7,7 +7,7 @@ Beam positions may be controlled manually, by overriding the @code{positions} se
 
 " }
 \score { 
-    \context Voice \notes\relative c {
+    \context Voice \relative c {
        %% from upper staffline (position 4) to centre (position 0)
        \override Beam  #'positions = #'(2 . 0)
         c'8[ c] 
@@ -15,12 +15,7 @@ Beam positions may be controlled manually, by overriding the @code{positions} se
        %% from center to one above centre (position 2)
        \override Beam  #'positions = #'(0 . 1)
         c[ c]
-       
-       %% normal beam-algorithm
-       \revert Beam #'positions
-       \revert Beam #'positions
-        c[ e]  e[ c]
   }
-\paper{raggedright = ##t}
+\layout{ragged-right = ##t}
 }