summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kastrup <dak@gnu.org>2015-07-16 16:05:10 +0200
committerDavid Kastrup <dak@gnu.org>2015-07-21 07:07:36 +0200
commit791d125bd2f98f1be6b7742bfedd981b5895c0c1 (patch)
treef94b833200594b52b45cecbb0c69965ea858bcc9
parent579cc91ea384517d2c6b85e224074ffdfaa1f5ba (diff)
Run scripts/auxiliar/update-with-convert-ly.sh
-rw-r--r--Documentation/de/essay/engraving.itely6
-rw-r--r--Documentation/de/extending/programming-interface.itely4
-rw-r--r--Documentation/de/notation/changing-defaults.itely6
-rw-r--r--Documentation/es/essay/engraving.itely6
-rw-r--r--Documentation/es/extending/programming-interface.itely8
-rw-r--r--Documentation/essay/engraving.itely6
-rw-r--r--Documentation/extending/programming-interface.itely8
-rw-r--r--Documentation/fr/essay/engraving.itely6
-rw-r--r--Documentation/fr/extending/programming-interface.itely8
-rw-r--r--Documentation/hu/essay/engraving.itely6
-rw-r--r--Documentation/snippets/changing-properties-for-individual-grobs.ly4
-rw-r--r--input/regression/apply-output.ly4
-rw-r--r--input/regression/display-lily-tests.ly4
-rw-r--r--input/regression/generic-output-property.ly6
14 files changed, 41 insertions, 41 deletions
diff --git a/Documentation/de/essay/engraving.itely b/Documentation/de/essay/engraving.itely
index d8a22a64b7..6588d3cb60 100644
--- a/Documentation/de/essay/engraving.itely
+++ b/Documentation/de/essay/engraving.itely
@@ -9,7 +9,7 @@
Guide, node Updating translation committishes..
@end ignore
-@c \version "2.19.21"
+@c \version "2.19.24"
@c Translators: Till Paala
@@ -1536,11 +1536,11 @@ die Notenköpfe gezeichnet werden, während des Ausschnitts verändert.
<d f g>4
\once \override NoteHead.style = #'cross
<d f g>4
- \applyOutput #'Voice #mc-squared
+ \applyOutput Voice #mc-squared
<d f g>4
<<
{ d8[ es-( fis^^ g] fis2-) }
- \repeat unfold 5 { \applyOutput #'Voice #mc-squared s8 }
+ \repeat unfold 5 { \applyOutput Voice #mc-squared s8 }
>>
}
@end lilypond
diff --git a/Documentation/de/extending/programming-interface.itely b/Documentation/de/extending/programming-interface.itely
index c8462a8c01..d73e0a5be5 100644
--- a/Documentation/de/extending/programming-interface.itely
+++ b/Documentation/de/extending/programming-interface.itely
@@ -8,7 +8,7 @@
Guide, node Updating translation committishes..
@end ignore
-@c \version "2.19.22"
+@c \version "2.19.24"
@c Translators: Till Paala
@@ -1188,7 +1188,7 @@ werden kann; sie macht Notenköpfe auf und neben der Mittellinie unsichtbar:
(set! (ly:grob-property grob 'transparent) #t)))
\relative {
- a'4 e8 <<\applyOutput #'Voice #blanker a c d>> b2
+ a'4 e8 <<\applyOutput Voice #blanker a c d>> b2
}
@end lilypond
diff --git a/Documentation/de/notation/changing-defaults.itely b/Documentation/de/notation/changing-defaults.itely
index 529fdf0e88..cf1ecaeb33 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.19.22"
+@c \version "2.19.24"
@c Translators: Till Paala
@@ -396,8 +396,8 @@ Damit aber die Funktion auf @code{Score}- oder @code{Staff}-Ebene
interpretiert wird, muss folgende Form benutzt werden:
@example
-\applyOutput #'Score #@var{Funktion}
-\applyOutput #'Staff #@var{Funktion}
+\applyOutput Score #@var{Funktion}
+\applyOutput Staff #@var{Funktion}
@end example
@end itemize
diff --git a/Documentation/es/essay/engraving.itely b/Documentation/es/essay/engraving.itely
index 50a40ab0bc..94ee25cd29 100644
--- a/Documentation/es/essay/engraving.itely
+++ b/Documentation/es/essay/engraving.itely
@@ -8,7 +8,7 @@
Guide, node Updating translation committishes..
@end ignore
-@c \version "2.19.21"
+@c \version "2.19.24"
@node Grabado musical
@chapter Grabado musical
@@ -1548,11 +1548,11 @@ a lo largo del fragmento musical.
<d f g>4
\once \override NoteHead.style = #'cross
<d f g>4
- \applyOutput #'Voice #mc-squared
+ \applyOutput Voice #mc-squared
<d f g>4
<<
{ d8[ es-( fis^^ g] fis2-) }
- \repeat unfold 5 { \applyOutput #'Voice #mc-squared s8 }
+ \repeat unfold 5 { \applyOutput Voice #mc-squared s8 }
>>
}
@end lilypond
diff --git a/Documentation/es/extending/programming-interface.itely b/Documentation/es/extending/programming-interface.itely
index f0d25ed6e7..c25922f54f 100644
--- a/Documentation/es/extending/programming-interface.itely
+++ b/Documentation/es/extending/programming-interface.itely
@@ -7,7 +7,7 @@
version that you are working on. See TRANSLATION for details.
@end ignore
-@c \version "2.19.22"
+@c \version "2.19.24"
@node Interfaces para programadores
@chapter Interfaces para programadores
@@ -1314,7 +1314,7 @@ cabezas de las notas que están sobre la línea central y junto a ella:
(set! (ly:grob-property grob 'transparent) #t)))
\relative {
- a'4 e8 <<\applyOutput #'Voice #blanker a c d>> b2
+ a'4 e8 <<\applyOutput Voice #blanker a c d>> b2
}
@end lilypond
@@ -1322,8 +1322,8 @@ Para que @var{función} se interprete en los niveles de @code{Score} o de @code{
utilice estas formas:
@example
-\applyOutput #'Score #@var{función}
-\applyOutput #'Staff #@var{función}
+\applyOutput Score #@var{función}
+\applyOutput Staff #@var{función}
@end example
diff --git a/Documentation/essay/engraving.itely b/Documentation/essay/engraving.itely
index 8a919cc73c..3b97143b2a 100644
--- a/Documentation/essay/engraving.itely
+++ b/Documentation/essay/engraving.itely
@@ -8,7 +8,7 @@
Guide, node Updating translation committishes..
@end ignore
-@c \version "2.19.21"
+@c \version "2.19.24"
@node Music engraving
@chapter Music engraving
@@ -1446,11 +1446,11 @@ note head symbol is changed during the music fragment.
<d f g>4
\once \override NoteHead.style = #'cross
<d f g>4
- \applyOutput #'Voice #mc-squared
+ \applyOutput Voice #mc-squared
<d f g>4
<<
{ d8[ es-( fis^^ g] fis2-) }
- \repeat unfold 5 { \applyOutput #'Voice #mc-squared s8 }
+ \repeat unfold 5 { \applyOutput Voice #mc-squared s8 }
>>
}
@end lilypond
diff --git a/Documentation/extending/programming-interface.itely b/Documentation/extending/programming-interface.itely
index 7e053b8164..199ef245bd 100644
--- a/Documentation/extending/programming-interface.itely
+++ b/Documentation/extending/programming-interface.itely
@@ -8,7 +8,7 @@
Guide, node Updating translation committishes..
@end ignore
-@c \version "2.19.22"
+@c \version "2.19.24"
@node Interfaces for programmers
@chapter Interfaces for programmers
@@ -1306,7 +1306,7 @@ note-heads on the center-line and next to it:
(set! (ly:grob-property grob 'transparent) #t)))
\relative {
- a'4 e8 <<\applyOutput #'Voice #blanker a c d>> b2
+ a'4 e8 <<\applyOutput Voice #blanker a c d>> b2
}
@end lilypond
@@ -1314,8 +1314,8 @@ To have @var{function} interpreted at the @code{Score} or @code{Staff}
level use these forms
@example
-\applyOutput #'Score #@var{function}
-\applyOutput #'Staff #@var{function}
+\applyOutput Score #@var{function}
+\applyOutput Staff #@var{function}
@end example
diff --git a/Documentation/fr/essay/engraving.itely b/Documentation/fr/essay/engraving.itely
index dfb5e88c3b..5b8be06222 100644
--- a/Documentation/fr/essay/engraving.itely
+++ b/Documentation/fr/essay/engraving.itely
@@ -8,7 +8,7 @@
Guide, node Updating translation committishes..
@end ignore
-@c \version "2.19.21"
+@c \version "2.19.24"
@c Translators: Jean-Charles Malahieude, John Mandereau, Gauvain Pocentek
@@ -1547,11 +1547,11 @@ musical :
<d f g>4
\once \override NoteHead.style = #'cross
<d f g>4
- \applyOutput #'Voice #mc-squared
+ \applyOutput Voice #mc-squared
<d f g>4
<<
{ d8[ es-( fis^^ g] fis2-) }
- \repeat unfold 5 { \applyOutput #'Voice #mc-squared s8 }
+ \repeat unfold 5 { \applyOutput Voice #mc-squared s8 }
>>
}
@end lilypond
diff --git a/Documentation/fr/extending/programming-interface.itely b/Documentation/fr/extending/programming-interface.itely
index 866af1e493..29d148c644 100644
--- a/Documentation/fr/extending/programming-interface.itely
+++ b/Documentation/fr/extending/programming-interface.itely
@@ -8,7 +8,7 @@
Guide, node Updating translation committishes..
@end ignore
-@c \version "2.19.22"
+@c \version "2.19.24"
@c Translators: Valentin Villenave, Jean-Charles Malahieude
@c Translation checkers: Gilles Thibault
@@ -1429,7 +1429,7 @@ sur la ligne médiane ou bien directement à son contact.
(set! (ly:grob-property grob 'transparent) #t)))
\relative {
- a'4 e8 <<\applyOutput #'Voice #blanker a c d>> b2
+ a'4 e8 <<\applyOutput Voice #blanker a c d>> b2
}
@end lilypond
@@ -1438,8 +1438,8 @@ La @var{procédure} sera interprétée au niveau @code{Score}
des syntaxes
@example
-\applyOutput #'Score #@var{procédure}
-\applyOutput #'Staff #@var{procédure}
+\applyOutput Score #@var{procédure}
+\applyOutput Staff #@var{procédure}
@end example
diff --git a/Documentation/hu/essay/engraving.itely b/Documentation/hu/essay/engraving.itely
index 223f9606e1..e6466e208e 100644
--- a/Documentation/hu/essay/engraving.itely
+++ b/Documentation/hu/essay/engraving.itely
@@ -8,7 +8,7 @@
Guide, node Updating translation committishes..
@end ignore
-@c \version "2.19.21"
+@c \version "2.19.24"
@node A kottaszedés
@chapter A kottaszedés
@@ -1355,11 +1355,11 @@ note head symbol is changed during the music fragment.
<d f g>4
\once \override NoteHead.style = #'cross
<d f g>4
- \applyOutput #'Voice #mc-squared
+ \applyOutput Voice #mc-squared
<d f g>4
<<
{ d8[ es-( fis^^ g] fis2-) }
- \repeat unfold 5 { \applyOutput #'Voice #mc-squared s8 }
+ \repeat unfold 5 { \applyOutput Voice #mc-squared s8 }
>>
}
@end lilypond
diff --git a/Documentation/snippets/changing-properties-for-individual-grobs.ly b/Documentation/snippets/changing-properties-for-individual-grobs.ly
index ad9842492d..b9aefd1fc9 100644
--- a/Documentation/snippets/changing-properties-for-individual-grobs.ly
+++ b/Documentation/snippets/changing-properties-for-individual-grobs.ly
@@ -4,7 +4,7 @@
%% and then run scripts/auxiliar/makelsr.py
%%
%% This file is in the public domain.
-\version "2.18.0"
+\version "2.19.24"
\header {
lsrtags = "really-cool, scheme-language, tweaks-and-overrides"
@@ -33,6 +33,6 @@ arguments.
\relative c' {
<d f g b>2
- \applyOutput #'Voice #mc-squared
+ \applyOutput Voice #mc-squared
<d f g b>2
}
diff --git a/input/regression/apply-output.ly b/input/regression/apply-output.ly
index 496be95ea0..33f5040dac 100644
--- a/input/regression/apply-output.ly
+++ b/input/regression/apply-output.ly
@@ -1,4 +1,4 @@
-\version "2.19.21"
+\version "2.19.24"
\header {
texidoc = "The @code{\\applyOutput} expression is the most flexible way to
@@ -33,6 +33,6 @@ position.
<d' f g b>8
- \applyOutput #'Voice #mc-squared
+ \applyOutput Voice #mc-squared
<d f g b>8
}
diff --git a/input/regression/display-lily-tests.ly b/input/regression/display-lily-tests.ly
index b85deff689..a483cc53d3 100644
--- a/input/regression/display-lily-tests.ly
+++ b/input/regression/display-lily-tests.ly
@@ -1,4 +1,4 @@
-\version "2.19.22"
+\version "2.19.24"
#(use-modules (srfi srfi-13)
(ice-9 format))
@@ -226,7 +226,7 @@ stderr of this run."
\test ##[ \revert StaffGrouper.staff-staff-spacing.basic-distance #] % nested properties
%% \applyOutput
-\test ##[ \applyOutput #'Foo #(lambda (arg) (list)) #]
+\test ##[ \applyOutput Foo #(lambda (arg) (list)) #]
%% \applyContext
\test ##[ \applyContext #(lambda (arg) (list)) #]
diff --git a/input/regression/generic-output-property.ly b/input/regression/generic-output-property.ly
index 0b3fca4b20..809cc7718d 100644
--- a/input/regression/generic-output-property.ly
+++ b/input/regression/generic-output-property.ly
@@ -1,5 +1,5 @@
-\version "2.16.0"
+\version "2.19.24"
\header{
texidoc="
@@ -12,12 +12,12 @@ setting the @code{extra-offset} of a grob.
\relative c''{
- \applyOutput #'Bottom #(outputproperty-compatibility
+ \applyOutput Bottom #(outputproperty-compatibility
(make-type-checker 'note-head-interface)
'extra-offset '(2 . 3))
c2
c
- \applyOutput #'Score #(outputproperty-compatibility (make-type-checker 'mark-interface) 'extra-offset '(-1 . 4))
+ \applyOutput Score #(outputproperty-compatibility (make-type-checker 'mark-interface) 'extra-offset '(-1 . 4))
\mark A
d1
\mark \default