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

Unified Diff: Documentation/snippets/time-signature-in-parentheses---method-3.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/time-signature-in-parentheses---method-3.ly
diff --git a/Documentation/snippets/time-signature-in-parentheses---method-3.ly b/Documentation/snippets/time-signature-in-parentheses---method-3.ly
index f7acbae1f183a1847f0ffe94f509a1d45e77d49c..5eebaacc095b7eb687dc1da3a415c1d656040409 100644
--- a/Documentation/snippets/time-signature-in-parentheses---method-3.ly
+++ b/Documentation/snippets/time-signature-in-parentheses---method-3.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 = "specific-notation, staff-notation, tweaks-and-overrides"
@@ -18,7 +18,7 @@ Another way to put the time signature in parenthesis
\relative c'' {
- \override Staff.TimeSignature #'stencil = #(lambda (grob)
+ \override Staff.TimeSignature.stencil = #(lambda (grob)
(parenthesize-stencil (ly:time-signature::print grob) 0.1 0.4 0.4 0.1 ))
\time 2/4
a4 b8 c

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