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

Unified Diff: input/regression/typography-demo.ly

Issue 5341049: Issue 2024: Let #{ ... #} pass its $ handling to environment cloning (Closed)
Patch Set: Ran convert-ly on scm/*.scm, just a single character changed. Created 12 years, 4 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
« no previous file with comments | « input/regression/spacing-accidental-stretch.ly ('k') | lily/include/lily-lexer.hh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/regression/typography-demo.ly
diff --git a/input/regression/typography-demo.ly b/input/regression/typography-demo.ly
index e97ec8b8f785089d2dd8d67d11e9da28b7d53591..345c60b396a20f7b20c58372a56f9ac221fe067d 100644
--- a/input/regression/typography-demo.ly
+++ b/input/regression/typography-demo.ly
@@ -8,7 +8,7 @@ heavily mutilated Edition Peters Morgenlied by Schubert"
}
-\version "2.14.0"
+\version "2.15.18"
ignoreMelisma = \set ignoreMelismata = ##t
ignoreMelismaOff = \unset ignoreMelismata
@@ -74,7 +74,7 @@ secondVerse = \lyricmode {
}
pianoRH = \relative c''' \repeat volta 2\new Voice {
- #(set-accidental-style 'modern)
+ $(set-accidental-style 'modern)
\voiceOne
g16( fis a g fis g f e d c b
\oneVoice
@@ -97,7 +97,7 @@ pianoRH = \relative c''' \repeat volta 2\new Voice {
}
pianoLH = \relative c'' \repeat volta 2\new Voice {
- #(set-accidental-style 'modern)
+ $(set-accidental-style 'modern)
\voiceTwo
g16( fis a g fis g
@@ -123,7 +123,7 @@ pianoLH = \relative c'' \repeat volta 2\new Voice {
fontSize = #-3
\override StaffSymbol #'staff-space = #(magstep -3)
} <<
- \context Staff #(set-accidental-style 'modern)
+ \context Staff $(set-accidental-style 'modern)
\melody >>
\lyricsto "singer" \new Lyrics \firstVerse
\lyricsto "singer" \new Lyrics \secondVerse
« no previous file with comments | « input/regression/spacing-accidental-stretch.ly ('k') | lily/include/lily-lexer.hh » ('j') | no next file with comments »

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