]> git.donarmstrong.com Git - lilypond.git/commitdiff
Run scripts/auxiliar/update-with-convert-ly.sh
authorDavid Kastrup <dak@gnu.org>
Thu, 16 Jul 2015 14:05:10 +0000 (16:05 +0200)
committerDavid Kastrup <dak@gnu.org>
Tue, 21 Jul 2015 05:07:36 +0000 (07:07 +0200)
14 files changed:
Documentation/de/essay/engraving.itely
Documentation/de/extending/programming-interface.itely
Documentation/de/notation/changing-defaults.itely
Documentation/es/essay/engraving.itely
Documentation/es/extending/programming-interface.itely
Documentation/essay/engraving.itely
Documentation/extending/programming-interface.itely
Documentation/fr/essay/engraving.itely
Documentation/fr/extending/programming-interface.itely
Documentation/hu/essay/engraving.itely
Documentation/snippets/changing-properties-for-individual-grobs.ly
input/regression/apply-output.ly
input/regression/display-lily-tests.ly
input/regression/generic-output-property.ly

index d8a22a64b7809581457f5e79d8d53193c21ba357..6588d3cb602f931e923f374411d3bcfc821aa340 100644 (file)
@@ -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
index c8462a8c010354e36596e704f5691862fe7836d0..d73e0a5be5683a82039c3e915444c39d4f4d5cfe 100644 (file)
@@ -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
 
index 529fdf0e881a0c2b0e2a5be962e873cfaaded82b..cf1ecaeb33b81f22381abbab89a8654e62bbee31 100644 (file)
@@ -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
index 50a40ab0bc1038711d6a1a8293acf330a640a651..94ee25cd29fcd8c7c754388f06ee094be1666cf5 100644 (file)
@@ -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
index f0d25ed6e79830ad932b24899cd43ede3ece66dd..c25922f54fc7ec9eae914d6b07ced53798af71fb 100644 (file)
@@ -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
 
 
index 8a919cc73c93b62ad6c4162c2e5d92cc290921dc..3b97143b2a713f2583f99dc4dbbd4903ada7db0c 100644 (file)
@@ -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
index 7e053b81643b3418d5b66851f291055a95262d00..199ef245bd280a749c79d0710c46f672e3061497 100644 (file)
@@ -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
 
 
index dfb5e88c3b50277278a2f2253809e1e03e2b5eac..5b8be062228e0ec9477e33703782fa446ccf4b00 100644 (file)
@@ -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
index 866af1e4938242b5af3c3e8d8253ac9bcacb6ed8..29d148c6448bc63049b317fb7bb55761104d569c 100644 (file)
@@ -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
 
 
index 223f9606e1935e02e4312e0057fafddf60acb168..e6466e208efdb63f8c627d0203f54e847fc66147 100644 (file)
@@ -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
index ad9842492d5681dc95c1d5f2e5e2dad219820ed7..b9aefd1fc923a3b95fb3ea9d0477f463d7028552 100644 (file)
@@ -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
 }
index 496be95ea06bf1e0f1166de115095e2ec960c316..33f5040dac74338664e477fa1bfc21b8289e3519 100644 (file)
@@ -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
 }
index b85deff6896d5e4906bac22c3883eefa84c814fd..a483cc53d34c005826b5f6b262b9631ab4549079 100644 (file)
@@ -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)) #]
 
index 0b3fca4b20e734bdcd216dbb4b41895626fc715f..809cc7718d0fc21946437924702d2907c75c5465 100644 (file)
@@ -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