]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-neutral-direction.ly
*** empty log message ***
[lilypond.git] / input / test / beam-neutral-direction.ly
index c550a6ab1705fc1ebdac7efba44974d89b1f2646..36c7c6dfa77691c17efe8454f9668fbf6f85fdab 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.7"
+\version "2.1.22"
 \header{
        texidoc="@cindex Beam Neutral Direction
 When a beam falls in the middle of the staff, LilyPond normally
@@ -9,9 +9,9 @@ altered if desired.
 
 fragment = \notes {
    b''8[ b]
-  \property Voice.Beam \set #'neutral-direction = #-1
+  \override Beam  #'neutral-direction = #-1
    b[ b]
-  \property Voice.Beam \set #'neutral-direction = #1
+  \override Beam  #'neutral-direction = #1
    b[ b]
 }