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

Unified Diff: ly/titling-init.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 | « ly/spanners-init.ly ('k') | python/convertrules.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ly/titling-init.ly
diff --git a/ly/titling-init.ly b/ly/titling-init.ly
index 679742f29190cf87a086b6cadd404e902e393551..5c234f34f2df40a1b9e17f55d5d033eeb5862198 100644
--- a/ly/titling-init.ly
+++ b/ly/titling-init.ly
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.15.18"
slashSeparator = \markup {
\center-align
@@ -15,11 +15,10 @@ tagline = \markup {
%% 2014 = em dash.
- #(ly:export
- (format #f "Music engraving by LilyPond ~a~awww.lilypond.org"
+ $(format #f "Music engraving by LilyPond ~a~awww.lilypond.org"
(lilypond-version)
(ly:wide-char->utf-8 #x2014)
- ))
+ )
}
}
« no previous file with comments | « ly/spanners-init.ly ('k') | python/convertrules.py » ('j') | no next file with comments »

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