Index: Documentation/snippets/proportional-strict-notespacing.ly |
diff --git a/Documentation/snippets/proportional-strict-notespacing.ly b/Documentation/snippets/proportional-strict-notespacing.ly |
index eb4c12e5d78c3fd1b663e08a7dc984abd48cbc26..90b9148df50469590cc7f11df4e373a67458f922 100644 |
--- a/Documentation/snippets/proportional-strict-notespacing.ly |
+++ b/Documentation/snippets/proportional-strict-notespacing.ly |
@@ -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.6" |
\header { |
lsrtags = "spacing, tweaks-and-overrides" |
@@ -20,7 +20,7 @@ the note that occurs at the same time. This may cause collisions. |
\relative c'' << |
- \override Score.SpacingSpanner #'strict-note-spacing = ##t |
+ \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 |