]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-chord.ly
release: 1.3.147
[lilypond.git] / input / test / beam-chord.ly
index d9553639b5bdebb642d1a03a414366d611f58cb8..2df51c0b506dc2b7fe7d72382058bdfbdd978f8b 100644 (file)
@@ -1,8 +1,9 @@
-\version "1.0.21";
+\version "1.3.146"
+
 
 \score{
        \notes\transpose c'{
-               \property Score.beamquantisation = \none
+               \property Score.beamQuantisation = #'none
 
                [a'8 <a' g''>]
                [c <c e,>]
@@ -12,7 +13,7 @@
                [c <c e,>]
        }
        \paper{
-               castingalgorithm = \Wordwrap;
-               linewidth = 60.0\mm;
+
+               linewidth = 60.0\mm
        }
 }