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

Unified Diff: Documentation/snippets/setting-the-minimum-length-of-hairpins.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/setting-the-minimum-length-of-hairpins.ly
diff --git a/Documentation/snippets/setting-the-minimum-length-of-hairpins.ly b/Documentation/snippets/setting-the-minimum-length-of-hairpins.ly
index d22a05d91d813dc2190d1e3ae44c8492015b3d31..dea361c49cbfdff667664b826d236bf709277c9f 100644
--- a/Documentation/snippets/setting-the-minimum-length-of-hairpins.ly
+++ b/Documentation/snippets/setting-the-minimum-length-of-hairpins.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 = "expressive-marks"
@@ -20,6 +20,6 @@ If hairpins are too short, they can be lengthened by modifying the
\relative c'' {
c4\< c\! d\> e\!
- \override Hairpin #'minimum-length = #5
+ \override Hairpin.minimum-length = #5
<< f1 { s4 s\< s\> s\! } >>
}

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