]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/auto-beam-4-8.ly
Mark file for proposed deletion.
[lilypond.git] / input / test / auto-beam-4-8.ly
index d962dbf429580c6a50769ac14a0adab03593fb99..fa1248e2adaf3b2171d7a6ed4060ed4021f524a8 100644 (file)
@@ -1,6 +1,13 @@
+\version "1.7.18"
+\header {
+       texidoc = "@cindex Auto Beaming 4/8
+You can override Lilypond's automatic beaming.
+"
+}
+
 \score{
    \notes\relative c''{
-     \time 4/8;
+     \time 4/8
 
 %{
     the default for 4/8 (see scm/auto-beam.scm)
      |  |  |   |--|
     x| x| x|  x| x|
 %}
-     %\property Voice.beamAutoEnd = #(make-moment 2 4)
-     \property Voice.AutoBeam \push #'(end * * * *) = #(make-moment 2 4)
+     \property Voice.autoBeamSettings \override #'(end * * * *) = #(ly:make-moment 2 4)
      c8 c c c16 c
 
   }
 }
     
+%% new-chords-done %%