]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/proportional-strict-notespacing.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / snippets / proportional-strict-notespacing.ly
index eb4c12e5d78c3fd1b663e08a7dc984abd48cbc26..b5d489208de5f016a92e5fb24cff0073dd78b2c1 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.17.28"
 
 \header {
   lsrtags = "spacing, tweaks-and-overrides"
@@ -20,14 +20,14 @@ the note that occurs at the same time. This may cause collisions.
 
 
 \relative c'' <<
-  \override Score.SpacingSpanner #'strict-note-spacing = ##t
-  \set Score.proportionalNotationDuration = #(ly:make-moment 1 16)
+  \override Score.SpacingSpanner.strict-note-spacing = ##t
+  \set Score.proportionalNotationDuration = #(ly:make-moment 1/16)
   \new Staff {
     c8[ c \clef alto c c \grace { d16 } c8 c] c4
-    c2 \grace { c16[ c16] } c2
+    c2 \grace { c16 c16 } c2
   }
   \new Staff {
-    c2 \times 2/3 { c8 \clef bass cis,, c } c4
+    c2 \tuplet 3/2 { c8 \clef bass cis,, c } c4
     c1
   }
 >>