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