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

Unified Diff: Documentation/snippets/new/fretted-headword.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/new/fretted-headword.ly
diff --git a/Documentation/snippets/new/fretted-headword.ly b/Documentation/snippets/new/fretted-headword.ly
index f71af0f147f4b0c422c1a5a6f12d8044fa1dcd8f..b7b6b58dec2d28674a7cd0fa33337531f4142e00 100644
--- a/Documentation/snippets/new/fretted-headword.ly
+++ b/Documentation/snippets/new/fretted-headword.ly
@@ -3,7 +3,7 @@
% on melodies from Bellini's "Norma" %
%*****************************************************************%
-\version "2.16.0"
+\version "2.17.6"
\header {
lsrtags = "headword"
@@ -35,7 +35,7 @@ ssnor = \set stringNumberOrientations = #'(right)
% define fingering offset
FO = #(define-music-function (parser location offsetX offsetY) (number? number?)
#{
- \once \override Voice.Fingering #'extra-offset = #(cons offsetX offsetY)
+ \once \override Voice.Fingering.extra-offset = #(cons offsetX offsetY)
#})
% markups
@@ -107,7 +107,7 @@ bass = \relative c {
%% new section starts here in A minor
\set Score.beamExceptions = #'()
- \once \override TextScript #'staff-padding = #1.7
+ \once \override TextScript.staff-padding = #1.7
\times 2/3 { a8\p^\andantino e' a c a e a, e' a c a e } | % m. 5
\times 2/3 { a,8\pdolce e' a c a e } % beg m. 6
@@ -133,9 +133,9 @@ bass = \relative c {
\layout {
\context {
\Score
- \override Fingering #'staff-padding = #'()
- \override TupletNumber #'stencil = ##f
- \override TupletBracket #'bracket-visibility = ##f
+ \override Fingering.staff-padding = #'()
+ \override TupletNumber.stencil = ##f
+ \override TupletBracket.bracket-visibility = ##f
}
}
\midi { }
« no previous file with comments | « Documentation/snippets/new/chords-headword.ly ('k') | Documentation/snippets/new/generating-custom-flags.ly » ('j') | no next file with comments »

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