]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-neutral-direction.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / test / beam-neutral-direction.ly
index 746df4a81337628ad9af7535368765603ac24f0a..5123ffba1120e1f775911ef02322b525a513d790 100644 (file)
@@ -1,12 +1,12 @@
 
-\version "2.2.0"
+\version "2.3.4"
 \header{
        texidoc="@cindex Beam Neutral Direction
 When a beam falls in the middle of the staff, the beams point normally 
 down.  However, this behaviour can be altered, if desired.
 " }
 
-fragment = \notes {
+fragment =  {
    b''8[ b]
   \override Beam  #'neutral-direction = #-1
    b[ b]
@@ -17,7 +17,7 @@ fragment = \notes {
 \paper { raggedright = ##t} 
 
 \score {
-  \notes\relative c \fragment
+  \relative c \fragment
   \paper {raggedright = ##t }  
 }