]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-auto-override.ly
* input/test/ac-extra-voice.ly (accompany): remove file.
[lilypond.git] / input / test / beam-auto-override.ly
index ca7811d969378556bc4403602dd7591fd23243a8..50c627c88cd417071a3c1119cbb56c435c976ae6 100644 (file)
@@ -25,6 +25,7 @@ The beam will be ended also when now % beamAutoEnd = 0.
 
 \score{
     \notes \relative c''{
+        #(override-auto-beam-setting '(end * * * *)  1 2)
        \time 2/4
        % one beam per measure
        c8 c c c
@@ -42,13 +43,7 @@ The beam will be ended also when now % beamAutoEnd = 0.
        \set autoBeaming = ##f
        c8 c c c
     }
-    \paper{
-       \translator{
-           \VoiceContext
-           \override autoBeamSettings #'(end * * * *) = #(ly:make-moment 1 2)
-       }
-    }
-\paper{raggedright = ##t}
+    \paper{raggedright = ##t}
 }