]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/polymetric-differing-notes.ly
* lily/note-spacing.cc (get_spacing): less space at EOL in case of
[lilypond.git] / input / test / polymetric-differing-notes.ly
index fdd86409a6a58d96c2d7de61ca50b4ea3a21530f..b459b95ff146a67078f8bce4cf1b9f3f3898ebec 100644 (file)
@@ -1,5 +1,4 @@
-#(ly:set-option 'old-relative)
-\version "2.1.7"
+\version "2.1.25"
 
 \header{ texidoc="
 
@@ -53,14 +52,14 @@ what happens on the inside: a 3/4 time signature is combined with a
        }
        \new Staff {
            \time 3/4
-           \property Staff.timeSignatureFraction= #'(9 . 8)
+           \set Staff.timeSignatureFraction = #'(9 . 8)
            \apply #display-music \apply #(scale-music-function '(2 . 3))
              \repeat unfold 6 { c8[ c c] }
        }
        
        \new Staff {
            \time 3/4
-           \property Staff.timeSignatureFraction= #'(10 . 8)
+           \set Staff.timeSignatureFraction = #'(10 . 8)
            \apply #display-music \apply #(scale-music-function '(3 . 5))
              { \repeat unfold 2 { c8[ c c] }
                \repeat unfold 2 { c8[  c] }