Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1289)

Unified Diff: Documentation/snippets/proportional-strict-notespacing.ly

Issue 6635050: Make arguments like Context.GrobName accessible as symbol lists (Closed) Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Patch Set: Allow \override Accidental.color = #red (dot between grob and property) Created 12 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b