]> git.donarmstrong.com Git - lilypond.git/commitdiff
Run scripts/auxiliar/update-with-convert-ly
authorDavid Kastrup <dak@gnu.org>
Thu, 17 May 2012 09:10:16 +0000 (11:10 +0200)
committerDavid Kastrup <dak@gnu.org>
Mon, 21 May 2012 04:35:49 +0000 (06:35 +0200)
13 files changed:
Documentation/de/notation/input.itely
Documentation/es/notation/input.itely
Documentation/fr/notation/input.itely
Documentation/ja/notation/input.itely
Documentation/notation/input.itely
input/regression/footnote-auto-numbering-page-reset.ly
input/regression/footnote-auto-numbering-vertical-order.ly
input/regression/footnote-auto-numbering.ly
input/regression/footnote-break-visibility.ly
input/regression/footnote-footer-padding.ly
input/regression/footnote-spanner.ly
input/regression/footnote.ly
input/regression/in-note.ly

index ba01fc60a3bf2b55fc69dc799c0c4fd178a6b68e..0675766ead959cc8d7575b5dd81e4c750ba50d1a 100644 (file)
@@ -8,7 +8,7 @@
     Guide, node Updating translation committishes.
 @end ignore
 
-@c \version "2.15.32"
+@c \version "2.15.39"
 
 @c Translators: Till Paala
 
@@ -1128,10 +1128,10 @@ werden, auf den sich die Fußnote bezieht.
   \header { tagline = ##f }
   \relative c' {
     \footnote #'(0.5 . -2) #'NoteHead
-      \markup { Die erste Note }
+      \markup { Die erste Note } \default
     a'4 b8
     \footnote #'(0.5 . 1) #'NoteHead
-      \markup { Die dritte Note }
+      \markup { Die dritte Note } \default
     e c4 d4
   }
 }
@@ -1147,9 +1147,9 @@ stehen:
   \header { tagline = ##f }
   \relative c' {
     <
-    c-\footnote #'(1 . -1.25) "Hier ein C"
-    es-\footnote #'(2 . -0.25) \markup { \italic "Ein Es" }
-    g-\footnote #'(2 . 3) \markup { \bold "Das ist ein G" }
+    c-\footnote #'(1 . -1.25) "Hier ein C" \default
+    es-\footnote #'(2 . -0.25) \markup { \italic "Ein Es" } \default
+    g-\footnote #'(2 . 3) \markup { \bold "Das ist ein G" } \default
     >1
   }
 }
@@ -1168,25 +1168,25 @@ Tagline und Copyright gezeigt wird.
   \header { copyright = \markup { "Copyright 1970" } }
   \relative c' {
     \footnote #'(-3 . 0) #'DynamicText
-      \markup { \bold Forte }
+      \markup { \bold Forte } \default
 
     \footnote #'(0 . 1.5) #'Slur
-      \markup { Ein Bogen }
+      \markup { Ein Bogen } \default
     a'4\f(
 
     \footnote #'(0 . -2) #'Beam
-      \markup { Balken }
+      \markup { Balken } \default
     b8)[ e]
 
     \footnote #'(1 . -1) #'Stem
-      \markup  { \teeny { Das ist ein Hals } }
+      \markup  { \teeny { Das ist ein Hals } } \default
     c4
 
     \footnote #'(0 . 0.5) #'AccidentalCautionary
-      \markup \italic { Ein Warnungsversetzungszeichen }
+      \markup \italic { Ein Warnungsversetzungszeichen } \default
 
     \footnote #'(0.5 . -0.5) #'TextScript
-      \markup \italic { Langsamer hier }
+      \markup \italic { Langsamer hier } \default
     dis?4_"rit."
   }
 }
@@ -1229,12 +1229,12 @@ Wie auch bei automatischen Fußnoten muss der Befehl @code{\footnote}
   \header { tagline = ##f }
   \relative c' {
     a'4-\footnote
-          "1" #'(0.5 . -2) #'NoteHead \markup { \italic "1. Die erste Note" }
+          "1" #'(0.5 . -2) #'NoteHead \markup { \italic "1. Die erste Note" } \default
     b8
     e-\footnote
-          \markup { \bold "2" } #'(0.5 . 1) #'NoteHead "2. Die zweite Note"
+          \markup { \bold "2" } #'(0.5 . 1) #'NoteHead "2. Die zweite Note" \default
     c4
-    d\p-\footnote "3" #'(0.5 . -1) #'DynamicText "3. Piano"
+    d\p-\footnote "3" #'(0.5 . -1) #'DynamicText "3. Piano" \default
   }
 }
 @end lilypond
@@ -1246,10 +1246,10 @@ Fußnoten für Akkordnoten werden wie folgt notiert:
   \header { tagline = ##f }
   \relative c' {
     <
-    c-\footnote "1" #'(1 . -1.25) "1. C"
+    c-\footnote "1" #'(1 . -1.25) "1. C" \default
     es-\footnote
-       \markup { \bold "b" } #'(2 . -0.25) "b. E-flat"
-    g-\footnote "3" #'(2 . 3) \markup { \italic "iii. G" }
+       \markup { \bold "b" } #'(2 . -0.25) "b. E-flat" \default
+    g-\footnote "3" #'(2 . 3) \markup { \italic "iii. G" } \default
     >1
   }
 }
@@ -1268,36 +1268,36 @@ Position der Fußnotentexte zu Tagline und Copyright anzeigen:
   \relative c' {
     \footnote
       \markup { \teeny 1 } #'(-3 . 0) #'DynamicText
-      \markup { 1. \bold Forte }
+      \markup { 1. \bold Forte } \default
 
     \footnote
       \markup { \teeny b } #'(0 . 1.5) #'Slur
-      \markup { b. Ein Bogen }
+      \markup { b. Ein Bogen } \default
     a'4\f(
 
     \footnote
       \markup { \teeny 3 } #'(0 . -2) #'Beam
-      \markup { 3. Balken }
+      \markup { 3. Balken } \default
     b8)[ e]
 
     \footnote
       \markup { 4 } #'(1 . -1) #'Stem
-      \markup  { \bold 4. { Das ist ein Hals } }
+      \markup  { \bold 4. { Das ist ein Hals } } \default
     c4
 
     \footnote
       \markup \concat \teeny { "sharp (v)" } #'(0 . 0.5) #'AccidentalCautionary
-      \markup \italic { v. Ein Warnungsversetzungszeichen }
+      \markup \italic { v. Ein Warnungsversetzungszeichen } \default
 
     \footnote
       \markup \concat \teeny { "a" } #'(0.5 . -0.5) #'TextScript
-      \markup \italic { a. Langsamer hier }
+      \markup \italic { a. Langsamer hier } \default
     dis?4_"rit."
 
     \breathe
     \footnote
       \markup { \teeny \musicglyph #"rests.4" } #'(1.5 . -0.25) #'BreathingSign
-      \markup { \null }
+      \markup { \null } \default
   }
 }
 @end lilypond
index 4668d0a1407815a238c43d41172e2ebdef7c6ebd..08ee2799d08a75610d2ec4f5dd960fc2432372b6 100644 (file)
@@ -8,7 +8,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.15.32"
+@c \version "2.15.39"
 
 @node Entrada y salida generales
 @chapter Entrada y salida generales
@@ -1108,10 +1108,10 @@ al que se adjunta la nota al pie:
   \header { tagline = ##f }
   \relative c' {
     \footnote #'(0.5 . -2) #'NoteHead
-      \markup { The first note }
+      \markup { The first note } \default
     a'4 b8
     \footnote #'(0.5 . 1) #'NoteHead
-      \markup { The third note }
+      \markup { The third note } \default
     e c4 d4
   }
 }
@@ -1126,9 +1126,9 @@ quiere adjuntar la nota al pie como un @code{TextScript}:
   \header { tagline = ##f }
   \relative c' {
     <
-    c-\footnote #'(1 . -1.25) "Here is a C"
-    es-\footnote #'(2 . -0.25) \markup { \italic "An E-flat" }
-    g-\footnote #'(2 . 3) \markup { \bold "This is a G" }
+    c-\footnote #'(1 . -1.25) "Here is a C" \default
+    es-\footnote #'(2 . -0.25) \markup { \italic "An E-flat" } \default
+    g-\footnote #'(2 . 3) \markup { \bold "This is a G" } \default
     >1
   }
 }
@@ -1147,25 +1147,25 @@ línea informativa y la línea de copyright.
   \header { copyright = \markup { "Copyright 1970" } }
   \relative c' {
     \footnote #'(-3 . 0) #'DynamicText
-      \markup { \bold Forte }
+      \markup { \bold Forte } \default
 
     \footnote #'(0 . 1.5) #'Slur
-      \markup { A slur }
+      \markup { A slur } \default
     a'4\f(
 
     \footnote #'(0 . -2) #'Beam
-      \markup { Beam }
+      \markup { Beam } \default
     b8)[ e]
 
     \footnote #'(1 . -1) #'Stem
-      \markup  { \teeny { This is a stem } }
+      \markup  { \teeny { This is a stem } } \default
     c4
 
     \footnote #'(0 . 0.5) #'AccidentalCautionary
-      \markup \italic { A cautionary accidental }
+      \markup \italic { A cautionary accidental } \default
 
     \footnote #'(0.5 . -0.5) #'TextScript
-      \markup \italic { Slow Down }
+      \markup \italic { Slow Down } \default
     dis?4_"rit."
   }
 }
@@ -1207,12 +1207,12 @@ que la nota al pie está anotando y adjuntada como un
   \header { tagline = ##f }
   \relative c' {
     a'4-\footnote
-          "1" #'(0.5 . -2) #'NoteHead \markup { \italic "1. The first note" }
+          "1" #'(0.5 . -2) #'NoteHead \markup { \italic "1. The first note" } \default
     b8
     e-\footnote
-          \markup { \bold "2" } #'(0.5 . 1) #'NoteHead "2. The second note"
+          \markup { \bold "2" } #'(0.5 . 1) #'NoteHead "2. The second note" \default
     c4
-    d\p-\footnote "3" #'(0.5 . -1) #'DynamicText "3. Piano"
+    d\p-\footnote "3" #'(0.5 . -1) #'DynamicText "3. Piano" \default
   }
 }
 @end lilypond
@@ -1224,10 +1224,10 @@ Para anotar notas de acordes con notas al pie manuales:
   \header { tagline = ##f }
   \relative c' {
     <
-    c-\footnote "1" #'(1 . -1.25) "1. C"
+    c-\footnote "1" #'(1 . -1.25) "1. C" \default
     es-\footnote
-       \markup { \bold "b" } #'(2 . -0.25) "b. E-flat"
-    g-\footnote "3" #'(2 . 3) \markup { \italic "iii. G" }
+       \markup { \bold "b" } #'(2 . -0.25) "b. E-flat" \default
+    g-\footnote "3" #'(2 . 3) \markup { \italic "iii. G" } \default
     >1
   }
 }
@@ -1247,38 +1247,38 @@ informativa a la de copyright:
   \relative c' {
     \footnote
       \markup { \teeny 1 } #'(-3 . 0) #'DynamicText
-      \markup { 1. \bold Forte }
+      \markup { 1. \bold Forte } \default
 
     \footnote
       \markup { \teeny b } #'(0 . 1.5) #'Slur
-      \markup { b. A slur }
+      \markup { b. A slur } \default
     a'4\f(
 
     \footnote
       \markup { \teeny 3 } #'(0 . -2) #'Beam
-      \markup { 3. Beam }
+      \markup { 3. Beam } \default
     b8)[ e]
 
     \footnote
       \markup { 4 } #'(1 . -1) #'Stem
-      \markup  { \bold 4. { This is a stem } }
+      \markup  { \bold 4. { This is a stem } } \default
     c4
 
     \footnote
       \markup \concat \teeny { "sharp (v)" }
           #'(0 . 0.5) #'AccidentalCautionary
-      \markup \italic { v. A cautionary accidental }
+      \markup \italic { v. A cautionary accidental } \default
 
     \footnote
       \markup \concat \teeny { "a" } #'(0.5 . -0.5) #'TextScript
-      \markup \italic { a. Slow Down }
+      \markup \italic { a. Slow Down } \default
     dis?4_"rit."
 
     \breathe
     \footnote
       \markup { \teeny \musicglyph #"rests.4" }
           #'(1.5 . -0.25) #'BreathingSign
-      \markup { \null }
+      \markup { \null } \default
   }
 }
 @end lilypond
index 182c8e54b2c5f9d829bd125f90f91e8c46450138..238495890ea8e3ee931fe7944ab6a265aafe6315 100644 (file)
@@ -7,7 +7,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.15.32"
+@c \version "2.15.39"
 
 @c Translators: Jean-Charles Malahieude, Valentin Villenave
 
@@ -1155,10 +1155,10 @@ l'objet auquel la note est attachée.
   \header { tagline = ##f }
   \relative c' {
     \footnote #'(0.5 . -2) #'NoteHead
-      \markup { La première note }
+      \markup { La première note } \default
     a'4 b8
     \footnote #'(0.5 . 1) #'NoteHead
-      \markup { La troisième note }
+      \markup { La troisième note } \default
     e c4 d4
   }
 }
@@ -1174,9 +1174,9 @@ le @code{TextScript} fait référence.
   \header { tagline = ##f }
   \relative c' {
     <
-    c-\footnote #'(1 . -1.25) "Voici un do"
-    es-\footnote #'(2 . -0.25) \markup { \italic "Un mi bémol" }
-    g-\footnote #'(2 . 3) \markup { \bold "Ceci est un sol" }
+    c-\footnote #'(1 . -1.25) "Voici un do" \default
+    es-\footnote #'(2 . -0.25) \markup { \italic "Un mi bémol" } \default
+    g-\footnote #'(2 . 3) \markup { \bold "Ceci est un sol" } \default
     >1
   }
 }
@@ -1196,25 +1196,25 @@ et le pied de page.
   \header { copyright = \markup { "Copyright 1970" } }
   \relative c' {
     \footnote #'(-3 . 0) #'DynamicText
-      \markup { \bold Forte }
+      \markup { \bold Forte } \default
 
     \footnote #'(0 . 1.5) #'Slur
-      \markup { A slur }
+      \markup { A slur } \default
     a'4\f(
 
     \footnote #'(0 . -2) #'Beam
-      \markup { Beam }
+      \markup { Beam } \default
     b8)[ e]
 
     \footnote #'(1 . -1) #'Stem
-      \markup  { \teeny { This is a stem } }
+      \markup  { \teeny { This is a stem } } \default
     c4
 
     \footnote #'(0 . 0.5) #'AccidentalCautionary
-      \markup \italic { A cautionary accidental }
+      \markup \italic { A cautionary accidental } \default
 
     \footnote #'(0.5 . -0.5) #'TextScript
-      \markup \italic { Slow Down }
+      \markup \italic { Slow Down } \default
     dis?4_"rit."
   }
 }
@@ -1262,12 +1262,12 @@ référence.
   \header { tagline = ##f }
   \relative c' {
     a'4-\footnote
-          "1" #'(0.5 . -2) #'NoteHead \markup { \italic "1. The first note" }
+          "1" #'(0.5 . -2) #'NoteHead \markup { \italic "1. The first note" } \default
     b8
     e-\footnote
-          \markup { \bold "2" } #'(0.5 . 1) #'NoteHead "2. The second note"
+          \markup { \bold "2" } #'(0.5 . 1) #'NoteHead "2. The second note" \default
     c4
-    d\p-\footnote "3" #'(0.5 . -1) #'DynamicText "3. Piano"
+    d\p-\footnote "3" #'(0.5 . -1) #'DynamicText "3. Piano" \default
   }
 }
 @end lilypond
@@ -1281,10 +1281,10 @@ l'annotation fait référence, comme s'il s'agissait d'une articulation.
   \header { tagline = ##f }
   \relative c' {
     <
-    c-\footnote "1" #'(1 . -1.25) "1. C"
+    c-\footnote "1" #'(1 . -1.25) "1. C" \default
     es-\footnote
-       \markup { \bold "b" } #'(2 . -0.25) "b. E-flat"
-    g-\footnote "3" #'(2 . 3) \markup { \italic "iii. G" }
+       \markup { \bold "b" } #'(2 . -0.25) "b. E-flat" \default
+    g-\footnote "3" #'(2 . 3) \markup { \italic "iii. G" } \default
     >1
   }
 }
@@ -1305,38 +1305,38 @@ et le pied de page.
   \relative c' {
     \footnote
       \markup { \teeny 1 } #'(-3 . 0) #'DynamicText
-      \markup { 1. \bold Forte }
+      \markup { 1. \bold Forte } \default
 
     \footnote
       \markup { \teeny b } #'(0 . 1.5) #'Slur
-      \markup { b. A slur }
+      \markup { b. A slur } \default
     a'4\f(
 
     \footnote
       \markup { \teeny 3 } #'(0 . -2) #'Beam
-      \markup { 3. Beam }
+      \markup { 3. Beam } \default
     b8)[ e]
 
     \footnote
       \markup { 4 } #'(1 . -1) #'Stem
-      \markup  { \bold 4. { This is a stem } }
+      \markup  { \bold 4. { This is a stem } } \default
     c4
 
     \footnote
       \markup \concat \teeny { "sharp (v)" }
           #'(0 . 0.5) #'AccidentalCautionary
-      \markup \italic { v. A cautionary accidental }
+      \markup \italic { v. A cautionary accidental } \default
 
     \footnote
       \markup \concat \teeny { "a" } #'(0.5 . -0.5) #'TextScript
-      \markup \italic { a. Slow Down }
+      \markup \italic { a. Slow Down } \default
     dis?4_"rit."
 
     \breathe
     \footnote
       \markup { \teeny \musicglyph #"rests.4" }
           #'(1.5 . -0.25) #'BreathingSign
-      \markup { \null }
+      \markup { \null } \default
   }
 }
 @end lilypond
index eafb56fb51361451dcd335bc962c3ae0250ea6cd..b2f37b09355207da5a6d18618534a775d8811fd7 100644 (file)
@@ -7,7 +7,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.15.32"
+@c \version "2.15.39"
 
 
 @c Translators: Yoshiki Sawada
@@ -1107,10 +1107,10 @@ scoreTitleMarkup = \markup @{ \column @{
   \header { tagline = ##f }
   \relative c' {
     \footnote #'(0.5 . -2) #'NoteHead
-      \markup { The first note }
+      \markup { The first note } \default
     a'4 b8
     \footnote #'(0.5 . 1) #'NoteHead
-      \markup { The third note }
+      \markup { The third note } \default
     e c4 d4
   }
 }
@@ -1125,9 +1125,9 @@ scoreTitleMarkup = \markup @{ \column @{
   \header { tagline = ##f }
   \relative c' {
     <
-    c-\footnote #'(1 . -1.25) "Here is a C"
-    es-\footnote #'(2 . -0.25) \markup { \italic "An E-flat" }
-    g-\footnote #'(2 . 3) \markup { \bold "This is a G" }
+    c-\footnote #'(1 . -1.25) "Here is a C" \default
+    es-\footnote #'(2 . -0.25) \markup { \italic "An E-flat" } \default
+    g-\footnote #'(2 . 3) \markup { \bold "This is a G" } \default
     >1
   }
 }
@@ -1146,25 +1146,25 @@ scoreTitleMarkup = \markup @{ \column @{
   \header { copyright = \markup { "Copyright 1970" } }
   \relative c' {
     \footnote #'(-3 . 0) #'DynamicText
-      \markup { \bold Forte }
+      \markup { \bold Forte } \default
 
     \footnote #'(0 . 1.5) #'Slur
-      \markup { A slur }
+      \markup { A slur } \default
     a'4\f(
 
     \footnote #'(0 . -2) #'Beam
-      \markup { Beam }
+      \markup { Beam } \default
     b8)[ e]
 
     \footnote #'(1 . -1) #'Stem
-      \markup  { \teeny { This is a stem } }
+      \markup  { \teeny { This is a stem } } \default
     c4
 
     \footnote #'(0 . 0.5) #'AccidentalCautionary
-      \markup \italic { A cautionary accidental }
+      \markup \italic { A cautionary accidental } \default
 
     \footnote #'(0.5 . -0.5) #'TextScript
-      \markup \italic { Slow Down }
+      \markup \italic { Slow Down } \default
     dis?4_"rit."
   }
 }
@@ -1205,12 +1205,12 @@ scoreTitleMarkup = \markup @{ \column @{
   \header { tagline = ##f }
   \relative c' {
     a'4-\footnote
-          "1" #'(0.5 . -2) #'NoteHead \markup { \italic "1. The first note" }
+          "1" #'(0.5 . -2) #'NoteHead \markup { \italic "1. The first note" } \default
     b8
     e-\footnote
-          \markup { \bold "2" } #'(0.5 . 1) #'NoteHead "2. The second note"
+          \markup { \bold "2" } #'(0.5 . 1) #'NoteHead "2. The second note" \default
     c4
-    d\p-\footnote "3" #'(0.5 . -1) #'DynamicText "3. Piano"
+    d\p-\footnote "3" #'(0.5 . -1) #'DynamicText "3. Piano" \default
   }
 }
 @end lilypond
@@ -1222,10 +1222,10 @@ scoreTitleMarkup = \markup @{ \column @{
   \header { tagline = ##f }
   \relative c' {
     <
-    c-\footnote "1" #'(1 . -1.25) "1. C"
+    c-\footnote "1" #'(1 . -1.25) "1. C" \default
     es-\footnote
-       \markup { \bold "b" } #'(2 . -0.25) "b. E-flat"
-    g-\footnote "3" #'(2 . 3) \markup { \italic "iii. G" }
+       \markup { \bold "b" } #'(2 . -0.25) "b. E-flat" \default
+    g-\footnote "3" #'(2 . 3) \markup { \italic "iii. G" } \default
     >1
   }
 }
@@ -1245,38 +1245,38 @@ scoreTitleMarkup = \markup @{ \column @{
   \relative c' {
     \footnote
       \markup { \teeny 1 } #'(-3 . 0) #'DynamicText
-      \markup { 1. \bold Forte }
+      \markup { 1. \bold Forte } \default
 
     \footnote
       \markup { \teeny b } #'(0 . 1.5) #'Slur
-      \markup { b. A slur }
+      \markup { b. A slur } \default
     a'4\f(
 
     \footnote
       \markup { \teeny 3 } #'(0 . -2) #'Beam
-      \markup { 3. Beam }
+      \markup { 3. Beam } \default
     b8)[ e]
 
     \footnote
       \markup { 4 } #'(1 . -1) #'Stem
-      \markup  { \bold 4. { This is a stem } }
+      \markup  { \bold 4. { This is a stem } } \default
     c4
 
     \footnote
       \markup \concat \teeny { "sharp (v)" }
           #'(0 . 0.5) #'AccidentalCautionary
-      \markup \italic { v. A cautionary accidental }
+      \markup \italic { v. A cautionary accidental } \default
 
     \footnote
       \markup \concat \teeny { "a" } #'(0.5 . -0.5) #'TextScript
-      \markup \italic { a. Slow Down }
+      \markup \italic { a. Slow Down } \default
     dis?4_"rit."
 
     \breathe
     \footnote
       \markup { \teeny \musicglyph #"rests.4" }
           #'(1.5 . -0.25) #'BreathingSign
-      \markup { \null }
+      \markup { \null } \default
   }
 }
 @end lilypond
index 9294d5cd0838826481f4dd87fd5f90783cc0d074..7c161ca2db0ac8545b5e782625a6addbf7ab2c61 100644 (file)
@@ -8,7 +8,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.15.32"
+@c \version "2.15.39"
 
 @node General input and output
 @chapter General input and output
@@ -1054,10 +1054,10 @@ footnote is being attached to:
   \header { tagline = ##f }
   \relative c' {
     \footnote #'(0.5 . -2) #'NoteHead
-      \markup { The first note }
+      \markup { The first note } \default
     a'4 b8
     \footnote #'(0.5 . 1) #'NoteHead
-      \markup { The third note }
+      \markup { The third note } \default
     e c4 d4
   }
 }
@@ -1071,9 +1071,9 @@ the note to which the footnote is being attached as a @code{TextScript}:
   \header { tagline = ##f }
   \relative c' {
     <
-    c-\footnote #'(1 . -1.25) "Here is a C"
-    es-\footnote #'(2 . -0.25) \markup { \italic "An E-flat" }
-    g-\footnote #'(2 . 3) \markup { \bold "This is a G" }
+    c-\footnote #'(1 . -1.25) "Here is a C" \default
+    es-\footnote #'(2 . -0.25) \markup { \italic "An E-flat" } \default
+    g-\footnote #'(2 . 3) \markup { \bold "This is a G" } \default
     >1
   }
 }
@@ -1091,25 +1091,25 @@ relative position of the footnotes to the tagline and copyright.
   \header { copyright = \markup { "Copyright 1970" } }
   \relative c' {
     \footnote #'(-3 . 0) #'DynamicText
-      \markup { \bold Forte }
+      \markup { \bold Forte } \default
 
     \footnote #'(0 . 1.5) #'Slur
-      \markup { A slur }
+      \markup { A slur } \default
     a'4\f(
 
     \footnote #'(0 . -2) #'Beam
-      \markup { Beam }
+      \markup { Beam } \default
     b8)[ e]
 
     \footnote #'(1 . -1) #'Stem
-      \markup  { \teeny { This is a stem } }
+      \markup  { \teeny { This is a stem } } \default
     c4
 
     \footnote #'(0 . 0.5) #'AccidentalCautionary
-      \markup \italic { A cautionary accidental }
+      \markup \italic { A cautionary accidental } \default
 
     \footnote #'(0.5 . -0.5) #'TextScript
-      \markup \italic { Slow Down }
+      \markup \italic { Slow Down } \default
     dis?4_"rit."
   }
 }
@@ -1148,12 +1148,12 @@ Like automatic footnotes, manual @code{\footnote} commands must come
   \header { tagline = ##f }
   \relative c' {
     a'4-\footnote
-          "1" #'(0.5 . -2) #'NoteHead \markup { \italic "1. The first note" }
+          "1" #'(0.5 . -2) #'NoteHead \markup { \italic "1. The first note" } \default
     b8
     e-\footnote
-          \markup { \bold "2" } #'(0.5 . 1) #'NoteHead "2. The second note"
+          \markup { \bold "2" } #'(0.5 . 1) #'NoteHead "2. The second note" \default
     c4
-    d\p-\footnote "3" #'(0.5 . -1) #'DynamicText "3. Piano"
+    d\p-\footnote "3" #'(0.5 . -1) #'DynamicText "3. Piano" \default
   }
 }
 @end lilypond
@@ -1165,10 +1165,10 @@ To annotate chorded notes with manual footnotes:
   \header { tagline = ##f }
   \relative c' {
     <
-    c-\footnote "1" #'(1 . -1.25) "1. C"
+    c-\footnote "1" #'(1 . -1.25) "1. C" \default
     es-\footnote
-       \markup { \bold "b" } #'(2 . -0.25) "b. E-flat"
-    g-\footnote "3" #'(2 . 3) \markup { \italic "iii. G" }
+       \markup { \bold "b" } #'(2 . -0.25) "b. E-flat" \default
+    g-\footnote "3" #'(2 . 3) \markup { \italic "iii. G" } \default
     >1
   }
 }
@@ -1187,38 +1187,38 @@ the relative position of the footnotes to the tagline and copyright
   \relative c' {
     \footnote
       \markup { \teeny 1 } #'(-3 . 0) #'DynamicText
-      \markup { 1. \bold Forte }
+      \markup { 1. \bold Forte } \default
 
     \footnote
       \markup { \teeny b } #'(0 . 1.5) #'Slur
-      \markup { b. A slur }
+      \markup { b. A slur } \default
     a'4\f(
 
     \footnote
       \markup { \teeny 3 } #'(0 . -2) #'Beam
-      \markup { 3. Beam }
+      \markup { 3. Beam } \default
     b8)[ e]
 
     \footnote
       \markup { 4 } #'(1 . -1) #'Stem
-      \markup  { \bold 4. { This is a stem } }
+      \markup  { \bold 4. { This is a stem } } \default
     c4
 
     \footnote
       \markup \concat \teeny { "sharp (v)" }
           #'(0 . 0.5) #'AccidentalCautionary
-      \markup \italic { v. A cautionary accidental }
+      \markup \italic { v. A cautionary accidental } \default
 
     \footnote
       \markup \concat \teeny { "a" } #'(0.5 . -0.5) #'TextScript
-      \markup \italic { a. Slow Down }
+      \markup \italic { a. Slow Down } \default
     dis?4_"rit."
 
     \breathe
     \footnote
       \markup { \teeny \musicglyph #"rests.4" }
           #'(1.5 . -0.25) #'BreathingSign
-      \markup { \null }
+      \markup { \null } \default
   }
 }
 @end lilypond
index 5014b32cb22a1d24d8555c750a94cd7c2d92899b..ae48d86ef5f982235a44d467c20f555d5fb26506 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.25"
+\version "2.15.39"
 \header {
   texidoc = "This is an example of automatic footnote numbering
 where the number is reset on each page.  It uses the symbol-footnotes
@@ -24,7 +24,7 @@ have been reached.
 \markup { h i }
 
 \relative c' {
-\footnote #'(1 . -1) #'NoteHead \markup { j }
+\footnote #'(1 . -1) #'NoteHead \markup { j } \default
 a b c d }
 
 \pageBreak
@@ -35,9 +35,9 @@ a b c d }
 
 \relative c' {
   d4 e
-  < f  a-\footnote #'(1 . -1) \markup { n } c >
-  \footnote #'(1 . 1) #'Beam \markup { o }
-  \footnote #'(1 . 1) #'Hairpin \markup { p }
+  < f  a-\footnote #'(1 . -1) \markup { n } \default c >
+  \footnote #'(1 . 1) #'Beam \markup { o } \default
+  \footnote #'(1 . 1) #'Hairpin \markup { p } \default
   a8\< [ b c d ] a4 b c |
   d a b c |
   d a b c |
index d229da8454df55067b42ec9faa65240c9cc11671..a7eaa23dd240d1dac1f92005976ef846b804f0c5 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.25"
+\version "2.15.39"
 \header {
   texidoc = "This regtest makes sure that footnote numbers are laid out
 in the correct vertical order.
@@ -32,31 +32,31 @@ in the correct vertical order.
         d4 e
         \once \override FootnoteItem #'numbering-assertion-function =
           #(lambda (grob) (make-footnote-numbering-assertion-function 0))
-        < f  a-\footnote #'(1 . -1) \markup { n } c >
+        < f  a-\footnote #'(1 . -1) \markup { n } \default c >
         \once \override FootnoteSpanner #'numbering-assertion-function =
           #(simultaneous-footnote-numbering-assertion-function 2 4)
-        \footnote #'(1 . 1) #'Beam \markup { o }
-        \footnote #'(1 . 1) #'Hairpin \markup { p }
+        \footnote #'(1 . 1) #'Beam \markup { o } \default
+        \footnote #'(1 . 1) #'Hairpin \markup { p } \default
         a8\< [ b c d ] a4 b c\f |
         d a b c |\break
         d,4 e
         \once \override FootnoteItem #'numbering-assertion-function =
           #(lambda (grob) (make-footnote-numbering-assertion-function 6))
-        < f  a-\footnote #'(1 . -1) \markup { n } c >
+        < f  a-\footnote #'(1 . -1) \markup { n } \default c >
         \once \override FootnoteSpanner #'numbering-assertion-function =
           #(simultaneous-footnote-numbering-assertion-function 8 10)
-        \footnote #'(1 . 1) #'Beam \markup { o }
-        \footnote #'(1 . 1) #'Hairpin \markup { p }
+        \footnote #'(1 . 1) #'Beam \markup { o } \default
+        \footnote #'(1 . 1) #'Hairpin \markup { p } \default
         a8\< [ b c d ] a4 b c |
         d a b c\f |\pageBreak
         d,4 e
         \once \override FootnoteItem #'numbering-assertion-function =
           #(lambda (grob) (make-footnote-numbering-assertion-function 12))
-        < f  a-\footnote #'(1 . -1) \markup { n } c >
+        < f  a-\footnote #'(1 . -1) \markup { n } \default c >
         \once \override FootnoteSpanner #'numbering-assertion-function =
           #(simultaneous-footnote-numbering-assertion-function 14 16)
-        \footnote #'(1 . 1) #'Beam \markup { o }
-        \footnote #'(1 . 1) #'Hairpin \markup { p }
+        \footnote #'(1 . 1) #'Beam \markup { o } \default
+        \footnote #'(1 . 1) #'Hairpin \markup { p } \default
         a8\< [ b c d ] a4 b c |
         d a b c\! |\break
       }
@@ -64,31 +64,31 @@ in the correct vertical order.
         d4 e
         \once \override FootnoteItem #'numbering-assertion-function =
           #(lambda (grob) (make-footnote-numbering-assertion-function 1))
-        < f  a-\footnote #'(1 . -1) \markup { n } c >
+        < f  a-\footnote #'(1 . -1) \markup { n } \default c >
         \once \override FootnoteSpanner #'numbering-assertion-function =
           #(simultaneous-footnote-numbering-assertion-function 3 5)
-        \footnote #'(1 . 1) #'Beam \markup { o }
-        \footnote #'(1 . 1) #'Hairpin \markup { p }
+        \footnote #'(1 . 1) #'Beam \markup { o } \default
+        \footnote #'(1 . 1) #'Hairpin \markup { p } \default
         a8\< [ b c d ] a4 b c\f |
         d a b c |\break
         d,4 e
         \once \override FootnoteItem #'numbering-assertion-function =
           #(lambda (grob) (make-footnote-numbering-assertion-function 7))
-        < f  a-\footnote #'(1 . -1) \markup { n } c >
+        < f  a-\footnote #'(1 . -1) \markup { n } \default c >
         \once \override FootnoteSpanner #'numbering-assertion-function =
           #(simultaneous-footnote-numbering-assertion-function 9 11)
-        \footnote #'(1 . 1) #'Beam \markup { o }
-        \footnote #'(1 . 1) #'Hairpin \markup { p }
+        \footnote #'(1 . 1) #'Beam \markup { o } \default
+        \footnote #'(1 . 1) #'Hairpin \markup { p } \default
         a8\< [ b c d ] a4 b c |
         d a b c\f |\pageBreak
         d,4 e
         \once \override FootnoteItem #'numbering-assertion-function =
           #(lambda (grob) (make-footnote-numbering-assertion-function 13))
-        < f  a-\footnote #'(1 . -1) \markup { n } c >
+        < f  a-\footnote #'(1 . -1) \markup { n } \default c >
         \once \override FootnoteSpanner #'numbering-assertion-function =
           #(simultaneous-footnote-numbering-assertion-function 15 17)
-        \footnote #'(1 . 1) #'Beam \markup { o }
-        \footnote #'(1 . 1) #'Hairpin \markup { p }
+        \footnote #'(1 . 1) #'Beam \markup { o } \default
+        \footnote #'(1 . 1) #'Hairpin \markup { p } \default
         a8\< [ b c d ] a4 b c |
         d a b c\! |\break
       }
index 11d9c276f5e13f722cbfe3fdbcd0116a74a9de59..4d08f2e57eb647ed233152cafb71c67188a79bf3 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.25"
+\version "2.15.39"
 \header {
   texidoc = "This is an example of automatic footnote numbering
 where the number is not reset on each page.  It uses the default
@@ -40,7 +40,7 @@ footnotes.
 \relative c' {
   \once \override FootnoteItem #'numbering-assertion-function =
     #(lambda (grob) (make-footnote-numbering-assertion-function 3))
-  \footnote #'(1 . -1) #'NoteHead \markup { j }
+  \footnote #'(1 . -1) #'NoteHead \markup { j } \default
   a b c d
 }
 
@@ -54,11 +54,11 @@ footnotes.
   d4 e
   \once \override FootnoteItem #'numbering-assertion-function =
     #(lambda (grob) (make-footnote-numbering-assertion-function 5))
-  < f  a-\footnote #'(1 . -1) \markup { n } c >
+  < f  a-\footnote #'(1 . -1) \markup { n } \default c >
   \once \override FootnoteSpanner #'numbering-assertion-function =
     #(simultaneous-footnote-numbering-assertion-function 6 7)
-  \footnote #'(1 . 1) #'Beam \markup { o }
-  \footnote #'(1 . 1) #'Hairpin \markup { p }
+  \footnote #'(1 . 1) #'Beam \markup { o } \default
+  \footnote #'(1 . 1) #'Hairpin \markup { p } \default
   a8\< [ b c d ] a4 b c |
   d a b c |
   d a b c |
index fb49e84841245ab43e4cbe5d0de7c0aa3798afec..b7d045798bfdb659e33d44e91698d2f9421425dc 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.25"
+\version "2.15.39"
 \header {
   texidoc = "With grobs that have break visibility, footnotes will
 automatically take the break visibility of the grob being footnoted.
@@ -14,12 +14,12 @@ This behavior can be overridden.
 {
   \relative c' {
     c1
-    \footnote "foo" #'(0 . 2) #'TimeSignature "bar"
+    \footnote "foo" #'(0 . 2) #'TimeSignature "bar" \default
     \time 3/4
     \break \pageBreak
     c2.
     \once \override Staff . FootnoteItem #'break-visibility = ##(#f #f #t)
-    \footnote "foo" #'(0 . 2) #'TimeSignature "bar"
+    \footnote "foo" #'(0 . 2) #'TimeSignature "bar" \default
     \time 4/4
     \break \pageBreak
     c1 \bar "|."
index 0c72c5e41feef332a22e569f56b1a7f7e1be2673..43970a6b1165e7162a01afc2ce7e568d70197b80 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.25"
+\version "2.15.39"
 \header {
   texidoc = "The padding between a footnote and the footer can be tweaked."
 }
     \footnote
                   \markup { \tiny 1 }
                   #'(1 . -1) #'NoteHead
-                  \markup { 1. Tiny space below. }
+                  \markup { 1. Tiny space below. } \default
     e1
 
     \footnote
                   \markup { \tiny 2 }
                   #'(1 . -1) #'NoteHead
-                  \markup { 2. Tiny space below. }
+                  \markup { 2. Tiny space below. } \default
     e1
 
     \footnote
                   \markup { \tiny 3 }
                   #'(1 . -1) #'NoteHead
-                  \markup { 3. Big space below. }
+                  \markup { 3. Big space below. } \default
     e1
 }}
index c550eae244be1989b4b769ba91f259d827cc17c7..3d0705ebdb274157a6edad29fbf60001bcb3acea 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.25"
+\version "2.15.39"
 \header {
   texidoc = "Footnotes are annotated at the correct place, and the
 annotation goes to the correct page."
@@ -16,7 +16,7 @@ annotation goes to the correct page."
 \footnote
               \markup { \tiny "1." }
               #'(0.5 . 0.5) #'Hairpin
-              \markup { 1. \justify { Goes to the first broken spanner. } }
+              \markup { 1. \justify { Goes to the first broken spanner. } } \default
 b4\< c d a
 b c d a
 b c d a
@@ -40,7 +40,7 @@ b c d a\!
 \footnote
               \markup { \tiny "2." }
               #'(0.5 . 0.5) #'Hairpin
-              \markup { 2. \justify { Goes to the last broken spanner. } }
+              \markup { 2. \justify { Goes to the last broken spanner. } } \default
 b4\< c d a
 b c d a
 b c d a
index 8086ecca74c4ca04e834260d8e39d188be07a9b3..4d6e2ab9a5442a121de9a1798dfd6a6fdf23400c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.25"
+\version "2.15.39"
 \header {
   texidoc = "Lilypond does footnotes."
 }
@@ -15,7 +15,7 @@
 \markup { h i }
 
 \relative c' {
-\footnote \markup { \tiny 4 } #'(1 . -1) #'NoteHead \markup { 4. j }
+\footnote \markup { \tiny 4 } #'(1 . -1) #'NoteHead \markup { 4. j } \default
 a b c d }
 
 \pageBreak
@@ -26,8 +26,8 @@ a b c d }
 
 \relative c' {
   d4 e
-  < f  a-\footnote \markup { \tiny 6 } #'(1 . -1) \markup { 6. n } c >
-  \footnote \markup { \tiny 7 } #'(1 . 1) #'Beam \markup { 7. o }
-  \footnote \markup { \tiny 8 } #'(1 . 1) #'Hairpin \markup { 8. p }
+  < f  a-\footnote \markup { \tiny 6 } #'(1 . -1) \markup { 6. n } \default c >
+  \footnote \markup { \tiny 7 } #'(1 . 1) #'Beam \markup { 7. o } \default
+  \footnote \markup { \tiny 8 } #'(1 . 1) #'Hairpin \markup { 8. p } \default
   a8\< [ b c d\f ] r2. |
 }}
index a7466f9fea78f72272dc1ffe119b336081015a7d..6aeab18cd094cd91718f4628fdee2a89d19598c5 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.25"
+\version "2.15.39"
 
 \header {
   texidoc = "LilyPond does in-notes.
@@ -11,9 +11,9 @@
     \repeat unfold 5 {
       \once \override FootnoteItem #'footnote = ##f
       \footnote
-                    "" #'(0 . 0) #'NoteHead \markup { \box \fill-line { "this is a test" } }
+                    "" #'(0 . 0) #'NoteHead \markup { \box \fill-line { "this is a test" } } \default
       \repeat unfold 5 { a\< b c d\! }
-      \footnote #'(-1 . 1) #'NoteHead "foobar"
+      \footnote #'(-1 . 1) #'NoteHead "foobar" \default
       \repeat unfold 5 { a\< b c d\! }
     }
   }