summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kastrup <dak@gnu.org>2011-11-29 15:45:15 +0100
committerDavid Kastrup <dak@gnu.org>2011-11-29 17:20:51 +0100
commitffb5c20633459831cea21859f3423ea50060d705 (patch)
treec45e5b28ebafd899053aeb65ac6273dabb311cd3
parent34919fec24023b9eab0f1d7e390a0d5221bd8813 (diff)
Prefer # over $ in markups
-rw-r--r--Documentation/de/extending/scheme-tutorial.itely4
-rw-r--r--Documentation/de/notation/changing-defaults.itely4
-rw-r--r--Documentation/de/notation/spacing.itely4
-rw-r--r--Documentation/es/extending/scheme-tutorial.itely4
-rw-r--r--Documentation/es/notation/changing-defaults.itely4
-rw-r--r--Documentation/es/notation/spacing.itely4
-rw-r--r--Documentation/extending/scheme-tutorial.itely4
-rw-r--r--Documentation/fr/notation/spacing.itely4
-rw-r--r--Documentation/ja/notation/changing-defaults.itely4
-rw-r--r--Documentation/ja/notation/spacing.itely4
-rw-r--r--Documentation/notation/changing-defaults.itely4
-rw-r--r--Documentation/notation/spacing.itely4
-rw-r--r--Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly2
-rw-r--r--Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly6
-rw-r--r--Documentation/snippets/string-number-extender-lines.ly4
-rw-r--r--input/regression/mozart-hrn-3.ly4
-rw-r--r--input/regression/page-breaks.ly4
-rw-r--r--input/regression/span-bar-spacing.ly2
-rw-r--r--ly/chord-modifiers-init.ly12
-rw-r--r--ly/titling-init.ly4
20 files changed, 43 insertions, 43 deletions
diff --git a/Documentation/de/extending/scheme-tutorial.itely b/Documentation/de/extending/scheme-tutorial.itely
index 0c0d5ca033..11a42bd60c 100644
--- a/Documentation/de/extending/scheme-tutorial.itely
+++ b/Documentation/de/extending/scheme-tutorial.itely
@@ -8,7 +8,7 @@
Guide, node Updating translation committishes..
@end ignore
-@c \version "2.15.18"
+@c \version "2.15.20"
@node Scheme-Übung
@chapter Scheme-Übung
@@ -1438,7 +1438,7 @@ tempoPadded = #(define-music-function (parser location padding tempotext)
(number? string?)
#{
\once \override Score.MetronomeMark #'padding = $padding
- \tempo \markup { \bold $tempotext }
+ \tempo \markup { \bold #tempotext }
#})
\relative c'' {
diff --git a/Documentation/de/notation/changing-defaults.itely b/Documentation/de/notation/changing-defaults.itely
index 3b6c51b3c7..6a245b0d99 100644
--- a/Documentation/de/notation/changing-defaults.itely
+++ b/Documentation/de/notation/changing-defaults.itely
@@ -8,7 +8,7 @@
Guide, node Updating translation committishes..
@end ignore
-@c \version "2.15.10"
+@c \version "2.15.20"
@c Translators: Till Paala
@@ -4064,7 +4064,7 @@ tempoPadded =
(number? string?)
#{
\once \override Score.MetronomeMark #'padding = $padding
- \tempo \markup { \bold $tempotext }
+ \tempo \markup { \bold #tempotext }
#})
\relative c'' {
diff --git a/Documentation/de/notation/spacing.itely b/Documentation/de/notation/spacing.itely
index 4e28e516a7..6516fbad5b 100644
--- a/Documentation/de/notation/spacing.itely
+++ b/Documentation/de/notation/spacing.itely
@@ -8,7 +8,7 @@
Guide, node Updating translation committishes.
@end ignore
-@c \version "2.14.0"
+@c \version "2.15.20"
@c Translators: Till Paala
@@ -1885,7 +1885,7 @@ labelContext =
#(define-music-function
(parser location context)
(string?)
- #{ s1*0^\markup { \typewriter $context } #})
+ #{ s1*0^\markup { \typewriter #context } #})
\layout {
\context { \Dynamics \alignToZero }
diff --git a/Documentation/es/extending/scheme-tutorial.itely b/Documentation/es/extending/scheme-tutorial.itely
index f506feac17..4808afe132 100644
--- a/Documentation/es/extending/scheme-tutorial.itely
+++ b/Documentation/es/extending/scheme-tutorial.itely
@@ -8,7 +8,7 @@
Guide, node Updating translation committishes..
@end ignore
-@c \version "2.15.18"
+@c \version "2.15.20"
@node Tutorial de Scheme
@appendix Tutorial de Scheme
@@ -1442,7 +1442,7 @@ tempoPadded = #(define-music-function (parser location padding tempotext)
(number? string?)
#{
\once \override Score.MetronomeMark #'padding = $padding
- \tempo \markup { \bold $tempotext }
+ \tempo \markup { \bold #tempotext }
#})
\relative c'' {
diff --git a/Documentation/es/notation/changing-defaults.itely b/Documentation/es/notation/changing-defaults.itely
index 9660880cfb..ee8246c4e6 100644
--- a/Documentation/es/notation/changing-defaults.itely
+++ b/Documentation/es/notation/changing-defaults.itely
@@ -8,7 +8,7 @@ Translation of GIT committish: f0978ed121192fee9bdf2453a325d98693148acf
Guide, node Updating translation committishes..
@end ignore
-@c \version "2.15.10"
+@c \version "2.15.20"
@node Cambiar los valores por omisión
@chapter Cambiar los valores por omisión
@@ -3928,7 +3928,7 @@ tempoPadded =
(number? string?)
#{
\once \override Score.MetronomeMark #'padding = $padding
- \tempo \markup { \bold $tempotext }
+ \tempo \markup { \bold #tempotext }
#})
\relative c'' {
diff --git a/Documentation/es/notation/spacing.itely b/Documentation/es/notation/spacing.itely
index 1856a0ff86..5c09228a3a 100644
--- a/Documentation/es/notation/spacing.itely
+++ b/Documentation/es/notation/spacing.itely
@@ -8,7 +8,7 @@
Guide, node Updating translation committishes..
@end ignore
-@c \version "2.14.0"
+@c \version "2.15.20"
@ignore
GDP TODO list
@@ -1943,7 +1943,7 @@ labelContext =
#(define-music-function
(parser location context)
(string?)
- #{ s1*0^\markup { \typewriter $context } #})
+ #{ s1*0^\markup { \typewriter #context } #})
\layout {
\context { \Dynamics \alignToZero }
diff --git a/Documentation/extending/scheme-tutorial.itely b/Documentation/extending/scheme-tutorial.itely
index 2deeee9e1c..2039948f62 100644
--- a/Documentation/extending/scheme-tutorial.itely
+++ b/Documentation/extending/scheme-tutorial.itely
@@ -8,7 +8,7 @@
Guide, node Updating translation committishes..
@end ignore
-@c \version "2.15.18"
+@c \version "2.15.20"
@node Scheme tutorial
@chapter Scheme tutorial
@@ -1416,7 +1416,7 @@ tempoPadded = #(define-music-function (parser location padding tempotext)
(number? string?)
#{
\once \override Score.MetronomeMark #'padding = $padding
- \tempo \markup { \bold $tempotext }
+ \tempo \markup { \bold #tempotext }
#})
\relative c'' {
diff --git a/Documentation/fr/notation/spacing.itely b/Documentation/fr/notation/spacing.itely
index 8224814ef2..ffbb14cc53 100644
--- a/Documentation/fr/notation/spacing.itely
+++ b/Documentation/fr/notation/spacing.itely
@@ -8,7 +8,7 @@
Guide, node Updating translation committishes..
@end ignore
-@c \version "2.14.0"
+@c \version "2.15.20"
@c Translators: Frédéric Chiasson, Jean-Charles Malahieude
@@ -1949,7 +1949,7 @@ labelContext =
#(define-music-function
(parser location context)
(string?)
- #{ s1*0^\markup { \typewriter $context } #})
+ #{ s1*0^\markup { \typewriter #context } #})
\layout {
\context { \Dynamics \alignToZero }
diff --git a/Documentation/ja/notation/changing-defaults.itely b/Documentation/ja/notation/changing-defaults.itely
index 5f8c656d2d..af33ce076b 100644
--- a/Documentation/ja/notation/changing-defaults.itely
+++ b/Documentation/ja/notation/changing-defaults.itely
@@ -8,7 +8,7 @@
Guide, node Updating translation committishes..
@end ignore
-@c \version "2.15.10"
+@c \version "2.15.20"
@c Translators: Yoshiki Sawada
@c Translation status: post-GDP
@@ -4132,7 +4132,7 @@ tempoPadded =
(number? string?)
#{
\once \override Score.MetronomeMark #'padding = $padding
- \tempo \markup { \bold $tempotext }
+ \tempo \markup { \bold #tempotext }
#})
\relative c'' {
diff --git a/Documentation/ja/notation/spacing.itely b/Documentation/ja/notation/spacing.itely
index 3c3c94f776..6d43db5615 100644
--- a/Documentation/ja/notation/spacing.itely
+++ b/Documentation/ja/notation/spacing.itely
@@ -8,7 +8,7 @@
Guide, node Updating translation committishes..
@end ignore
-@c \version "2.14.0"
+@c \version "2.15.20"
@c Translators: Yoshiki Sawada
@@ -1916,7 +1916,7 @@ labelContext =
#(define-music-function
(parser location context)
(string?)
- #{ s1*0^\markup { \typewriter $context } #})
+ #{ s1*0^\markup { \typewriter #context } #})
\layout {
\context { \Dynamics \alignToZero }
diff --git a/Documentation/notation/changing-defaults.itely b/Documentation/notation/changing-defaults.itely
index 34ceecde4a..98163ce3e8 100644
--- a/Documentation/notation/changing-defaults.itely
+++ b/Documentation/notation/changing-defaults.itely
@@ -8,7 +8,7 @@
Guide, node Updating translation committishes..
@end ignore
-@c \version "2.15.10"
+@c \version "2.15.20"
@node Changing defaults
@chapter Changing defaults
@@ -3843,7 +3843,7 @@ tempoPadded =
(number? string?)
#{
\once \override Score.MetronomeMark #'padding = #padding
- \tempo \markup { \bold $tempotext }
+ \tempo \markup { \bold #tempotext }
#})
\relative c'' {
diff --git a/Documentation/notation/spacing.itely b/Documentation/notation/spacing.itely
index 4c7ab5b008..1724a63439 100644
--- a/Documentation/notation/spacing.itely
+++ b/Documentation/notation/spacing.itely
@@ -8,7 +8,7 @@
Guide, node Updating translation committishes..
@end ignore
-@c \version "2.14.0"
+@c \version "2.15.20"
@ignore
GDP TODO list
@@ -1815,7 +1815,7 @@ labelContext =
#(define-music-function
(parser location context)
(string?)
- #{ s1*0^\markup { \typewriter $context } #})
+ #{ s1*0^\markup { \typewriter #context } #})
\layout {
\context { \Dynamics \alignToZero }
diff --git a/Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly b/Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly
index 3a0bd736a4..30fca34dd5 100644
--- a/Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly
+++ b/Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly
@@ -95,7 +95,7 @@ cueWhile =
\cueDuring $instrument #dir {
\once \override TextScript #'self-alignment-X = #RIGHT
\once \override TextScript #'direction = $dir
- s1*0-\markup { \tiny $name }
+ s1*0-\markup { \tiny #name }
$music
}
#})
diff --git a/Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly b/Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly
index bf66f54d28..e31034da50 100644
--- a/Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly
+++ b/Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly
@@ -4,7 +4,7 @@
%% and then run scripts/auxiliar/makelsr.py
%%
%% This file is in the public domain.
-\version "2.14.0"
+\version "2.15.20"
\header {
lsrtags = "chords, fretted-strings"
@@ -76,9 +76,9 @@ bbarre= #(define-music-function (barre location str music) (string? ly:music?)
\once \override TextSpanner #'to-barline = ##f
\once \override TextSpanner #'bound-details = #'((left (Y . 0) (padding . 0.25) (attach-dir . -2)) (right (Y . 0) (padding . 0.25) (attach-dir . 2)))
\once \override TextSpanner #'bound-details #'right #'text = \markup { \draw-line #'( 0 . -.5) }
- \once \override TextSpanner #'bound-details #'left #'text = \markup { \pScript $str }
+ \once \override TextSpanner #'bound-details #'left #'text = \markup { \pScript #str }
%% uncomment this line for make full barred
- % \once \override TextSpanner #'bound-details #'left #'text = \markup { "B" $str }
+ % \once \override TextSpanner #'bound-details #'left #'text = \markup { "B" #str }
#}
spanned-music))))
diff --git a/Documentation/snippets/string-number-extender-lines.ly b/Documentation/snippets/string-number-extender-lines.ly
index 16397b3735..5beadf42d5 100644
--- a/Documentation/snippets/string-number-extender-lines.ly
+++ b/Documentation/snippets/string-number-extender-lines.ly
@@ -4,7 +4,7 @@
%% and then run scripts/auxiliar/makelsr.py
%%
%% This file is in the public domain.
-\version "2.14.0"
+\version "2.15.20"
\header {
lsrtags = "editorial-annotations, text, fretted-strings, tweaks-and-overrides"
@@ -23,7 +23,7 @@ stringNumberSpanner =
\override TextSpanner #'style = #'solid
\override TextSpanner #'font-size = #-5
\override TextSpanner #'(bound-details left stencil-align-dir-y) = #CENTER
- \override TextSpanner #'(bound-details left text) = \markup { \circle \number $StringNumber }
+ \override TextSpanner #'(bound-details left text) = \markup { \circle \number #StringNumber }
#})
diff --git a/input/regression/mozart-hrn-3.ly b/input/regression/mozart-hrn-3.ly
index 4324882e35..63e91886d0 100644
--- a/input/regression/mozart-hrn-3.ly
+++ b/input/regression/mozart-hrn-3.ly
@@ -28,7 +28,7 @@
}
}
\fill-line {
- $(string-append "It has been typeset and placed in the public "
+ #(string-append "It has been typeset and placed in the public "
"domain by " maintainer ".")
}
\fill-line {
@@ -48,7 +48,7 @@ virtuoso that taught in Geneva.
"
}
-\version "2.15.18"
+\version "2.15.20"
\include "mozart-hrn3-defs.ily"
\include "mozart-hrn3-allegro.ily"
diff --git a/input/regression/page-breaks.ly b/input/regression/page-breaks.ly
index 233e1287f1..cb42048b4d 100644
--- a/input/regression/page-breaks.ly
+++ b/input/regression/page-breaks.ly
@@ -1,4 +1,4 @@
-\version "2.15.18"
+\version "2.15.20"
\header {
@@ -59,7 +59,7 @@
\column {
\fill-line {
" "
- \line { "Music engraving by LilyPond" $(lilypond-version) }4
+ \line { "Music engraving by LilyPond" #(lilypond-version) }4
" "
}
\with-url
diff --git a/input/regression/span-bar-spacing.ly b/input/regression/span-bar-spacing.ly
index 08d0616d24..dc4b5032df 100644
--- a/input/regression/span-bar-spacing.ly
+++ b/input/regression/span-bar-spacing.ly
@@ -8,7 +8,7 @@ edge of a bar line. This spacing should also take place when
"
}
-\version "2.15.21"
+\version "2.15.20"
upper = \relative c' {
\key f \minor \time 12/8
diff --git a/ly/chord-modifiers-init.ly b/ly/chord-modifiers-init.ly
index 1041e88c72..1e0ba44fd7 100644
--- a/ly/chord-modifiers-init.ly
+++ b/ly/chord-modifiers-init.ly
@@ -1,4 +1,4 @@
-\version "2.15.18"
+\version "2.15.20"
chordmodifiers = #default-chord-modifier-list
@@ -6,20 +6,20 @@ chordmodifiers = #default-chord-modifier-list
whiteTriangleMarkup = \markup {
\triangle ##f
%% 394 capital delta
- %$(ly:wide-char->utf-8 #x0394)
+ %#(ly:wide-char->utf-8 #x0394)
%% 2206 : delta from the symbol font.
- % $(ly:wide-char->utf-8 #x2206)
+ % #(ly:wide-char->utf-8 #x2206)
%% up pointing triangle
- % $(ly:wide-char->utf-8 #x25B3)
+ % #(ly:wide-char->utf-8 #x25B3)
}
blackTriangleMarkup = \markup {
\triangle ##t
%% black up pointing triangle
-% $(ly:wide-char->utf-8 #x25B2)
+% #(ly:wide-char->utf-8 #x25B2)
}
ignatzekExceptionMusic = {
@@ -27,7 +27,7 @@ ignatzekExceptionMusic = {
<c es ges>-\markup { \super "o" } % should be $\circ$ ?
<c es ges bes>-\markup {
%% f8 is o with slash.
- \normal-size-super $(ly:wide-char->utf-8 #x00f8)
+ \normal-size-super #(ly:wide-char->utf-8 #x00f8)
}
<c es ges beses>-\markup { \super "o7" }
<c e g b fis'>-\markup { \super "lyd" } % Lydian
diff --git a/ly/titling-init.ly b/ly/titling-init.ly
index 5c234f34f2..f6daacddb3 100644
--- a/ly/titling-init.ly
+++ b/ly/titling-init.ly
@@ -1,4 +1,4 @@
-\version "2.15.18"
+\version "2.15.20"
slashSeparator = \markup {
\center-align
@@ -15,7 +15,7 @@ tagline = \markup {
%% 2014 = em dash.
- $(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)
)