]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-control.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / test / beam-control.ly
index 5c0b633223da3fa3595592800864d6aa2174960a..f9b7b6d1c7b71f2f584d13c3763c8fb4d3694197 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.36"
+\version "2.10.0"
 \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}
 }