]> git.donarmstrong.com Git - lilypond.git/commitdiff
Run scripts/auxiliar/update-with-convert-ly.sh
authorDavid Kastrup <dak@gnu.org>
Tue, 21 Jan 2014 12:27:45 +0000 (13:27 +0100)
committerDavid Kastrup <dak@gnu.org>
Tue, 21 Jan 2014 12:27:45 +0000 (13:27 +0100)
26 files changed:
Documentation/de/essay/engraving.itely
Documentation/es/essay/engraving.itely
Documentation/essay/engraving.itely
Documentation/fr/essay/engraving.itely
Documentation/learning/templates.itely
Documentation/ly-examples/sesto-full.ly
Documentation/ly-examples/sesto-piano.ly
Documentation/snippets/aligning-syllables-with-melisma.ly
Documentation/snippets/satb-choir-template---four-staves.ly
input/regression/hara-kiri-stanza-number.ly
input/regression/lyric-combine-empty-warning.ly
input/regression/lyric-combine-new.ly
input/regression/lyric-combine-polyphonic.ly
input/regression/lyric-extender-broken.ly
input/regression/lyric-extender-completion.ly
input/regression/lyric-phrasing.ly
input/regression/lyrics-after-grace.ly
input/regression/lyrics-melisma-beam.ly
input/regression/midi-lyric-barcheck.ly
input/regression/morgenlied.ly
input/regression/page-spacing-nonstaff-lines-and-markup.ly
input/regression/page-spacing-nonstaff-lines-independent.ly
input/regression/song-melisma.ly
input/regression/song-repetition.ly
input/regression/span-bar-allow-span-bar.ly
input/regression/typography-demo.ly

index 0affa3b9e5edcb7774f0a686f8e71375fb76bfdb..b750abd18892a1a9bb212b0ee455c798e9ecb68f 100644 (file)
@@ -9,7 +9,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.17.30"
+@c \version "2.19.2"
 
 @c Translators: Till Paala
 
@@ -919,7 +919,7 @@ collide = \once \override NoteColumn.force-hshift = #0
         \new Voice { \voiceTwo bes \collide bes }
       >>
     }
-    \new Lyrics \lyricsto "sample" \lyricmode { "good " " bad" }
+    \new Lyrics \lyricsto "sample" { "good " " bad" }
   >>
 }
 @end lilypond
index 4dd535f1e837d1a7a105e4dc23f0ebb666df72e5..a926cb5b32117f0550514d2d13c789abc500e97c 100644 (file)
@@ -8,7 +8,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.17.30"
+@c \version "2.19.2"
 
 @node Grabado musical
 @chapter Grabado musical
@@ -922,7 +922,7 @@ collide = \once \override NoteColumn.force-hshift = #0
         \new Voice { \voiceTwo bes \collide bes }
       >>
     }
-    \new Lyrics \lyricsto "sample" \lyricmode { "bien " " mal" }
+    \new Lyrics \lyricsto "sample" { "bien " " mal" }
   >>
 }
 @end lilypond
index 16f3518d56192b8e8f3b916c3473bab2b37d2df9..c27c0f7b0eb63499d1f8467036b13b1e6ceb2070 100644 (file)
@@ -8,7 +8,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.17.30"
+@c \version "2.19.2"
 
 @node Music engraving
 @chapter Music engraving
@@ -860,7 +860,7 @@ collide = \once \override NoteColumn.force-hshift = #0
         \new Voice { \voiceTwo bes \collide bes }
       >>
     }
-    \new Lyrics \lyricsto "sample" \lyricmode { "good " " bad" }
+    \new Lyrics \lyricsto "sample" { "good " " bad" }
   >>
 }
 @end lilypond
index 1a71ee2876ac1671548523438918a5c786ee6cbe..2c0ad5209fd546ab42b951b097fb44b480eadb4e 100644 (file)
@@ -8,7 +8,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.17.30"
+@c \version "2.19.2"
 
 @c Translators: Jean-Charles Malahieude, John Mandereau, Gauvain Pocentek
 
@@ -934,7 +934,7 @@ collide = \once \override NoteColumn.force-hshift = #0
         \new Voice { \voiceTwo bes \collide bes }
       >>
     }
-    \new Lyrics \lyricsto "sample" \lyricmode { "bien " " mauvais" }
+    \new Lyrics \lyricsto "sample" { "bien " " mauvais" }
   >>
 }
 @end lilypond
index 172fa476aba0baf747df0057667f46f585cce1f9..cc35e50da7c4c7827b407d35f1e5b621df466b71 100644 (file)
@@ -8,7 +8,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.18.0"
+@c \version "2.19.2"
 
 @node Templates
 @appendix Templates
@@ -106,11 +106,11 @@ parts:
 
 @lilypond[verbatim, quote]
   SopranoMusic = \relative { a'4 a a a }
-  SopranoLyricsOne = \lyricsto "Soprano" \lyricmode {
+  SopranoLyricsOne = \lyricsto "Soprano" {
     \set stanza = "1."
     Words to verse one
   }
-  SopranoLyricsTwo = \lyricsto "Soprano" \lyricmode {
+  SopranoLyricsTwo = \lyricsto "Soprano" {
     \set stanza = "2."
     Words to verse two
   }
@@ -417,7 +417,7 @@ violin concerto as TchaikovskyPI, whereas perhaps you wish to print
 
 @ The `line-width' is for \header.
 @li lypond[quote,verbatim,ragged-right,line-width]
-\version "2.16.0"
+\version "2.19.2"
 \header {
   dedication = "dedication"
   title = "Title"
index 6f109646166b13d92f82dfe86a221da2c51161ce..52c6327349263ef6cdd1f4831c86091ebc1edd58 100644 (file)
@@ -4,7 +4,7 @@
 %%%
 %%% Nicolas Sceaux <nicolas.sceaux@free.fr>
 
-\version "2.16.0"
+\version "2.19.2"
 \include "sesto.ily"
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -34,7 +34,7 @@
           \set Staff.instrumentName = \markup \smallCaps Sesto.
           \global \clef treble \sesto
         >>
-        \lyricsto "sesto" \new Lyrics \sestoLyrics
+        \new Lyrics \lyricsto "sesto" \sestoLyrics
       >>
       \new Staff <<
         \set Staff.instrumentName = "Bassi."
index 286746b16d9525711b264f7fdf6d1e10370db379..223040e600ae6bd0af666505a57fb3ce4148bf48 100644 (file)
@@ -4,7 +4,7 @@
 %%%
 %%% Nicolas Sceaux <nicolas.sceaux@free.fr>
 
-\version "2.16.0"
+\version "2.19.2"
 \include "sesto.ily"
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -25,7 +25,7 @@
           \set Staff.instrumentName = \markup \smallCaps Sesto.
           \global \clef treble \sesto
         >>
-        \lyricsto "sesto" \new Lyrics \sestoLyrics
+        \new Lyrics \lyricsto "sesto" \sestoLyrics
       >>
       \new PianoStaff <<
         \new Staff <<
index 7acef57d5632dd4aaa82da8f14945e4dfe1c6abb..ae3f731ed209b4fc9ed41e74115daee09b6da878 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.19.2"
 
 \header {
   lsrtags = "text, vocal-music"
@@ -29,7 +29,7 @@ their note.  The alignment can be altered using the
         c d~^\markup "reset to default" d e
       }
     }
-    \new Lyrics \lyricsto "vocal" \lyricmode {
+    \new Lyrics \lyricsto "vocal" {
       word word word
       \set lyricMelismaAlignment = #RIGHT
       word word word
index 99d40cc6c6b64dc743d2df1d0ec71ea84b69a90d..8df49621015116ca335a7c364461d29d1538e22e 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.19.2"
 
 \header {
   lsrtags = "template, vocal-music"
@@ -48,28 +48,28 @@ basswords = \lyricmode { mi mi mi mi }
         \global
         \sopranonotes
       >>
-      \lyricsto "soprano" \new Lyrics \sopranowords
+      \new Lyrics \lyricsto "soprano" \sopranowords
     >>
     \new Staff <<
       \new Voice = "alto" <<
         \global
         \altonotes
       >>
-      \lyricsto "alto" \new Lyrics \altowords
+      \new Lyrics \lyricsto "alto" \altowords
     >>
     \new Staff <<
       \new Voice = "tenor" <<
         \global
         \tenornotes
       >>
-      \lyricsto "tenor" \new Lyrics \tenorwords
+      \new Lyrics \lyricsto "tenor" \tenorwords
     >>
     \new Staff <<
       \new Voice = "bass" <<
         \global
         \bassnotes
       >>
-      \lyricsto "bass" \new Lyrics \basswords
+      \new Lyrics \lyricsto "bass" \basswords
     >>
   >>
 }
index 66d2bae7012e1a61fb475e1237ad4b81396a94bc..382cb37a2006556bb41c698e453b699c6c30865a 100644 (file)
@@ -11,14 +11,14 @@ lines."
   ragged-right = ##T
 }
 
-\version "2.16.0"
+\version "2.19.2"
 
 <<
   \new Voice = melody \relative c'{
     r2 r4 r8 e8 |\break
     e16 e8. 
   }
-  \lyricsto "melody" \lyrics { 
+  \new Lyrics \lyricsto "melody" { 
     \set stanza = "Verse 2."
     _ bla bla  }
 >>
index 5c35ed00a21432b453164a8e5936c84ed2a91acc..2f3898824376bc09e453d55943332952ed9509b0 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.2"
 
 #(ly:set-option 'warning-as-error #f)
 #(ly:expect-warning (ly:translate-cpp-warning-scheme "cannot find Voice `%s'") "not-existing-notes")
@@ -17,9 +17,9 @@ no warning should be printed."
       c1
     }
   % This should not give a warning (empty lyrics, existing voice):
-  \new Lyrics \lyricsto "notes" \lyricmode { }
+  \new Lyrics \lyricsto "notes" { }
   % This should give a warning (non-existing voice):
-  \new Lyrics \lyricsto "not-existing-notes" \lyricmode { Test }
+  \new Lyrics \lyricsto "not-existing-notes" { Test }
   % This should NOT give a warning (non-existing voice, but also no lyrics):
-  \new Lyrics \lyricsto "not-existing-notes" \lyricmode { }
+  \new Lyrics \lyricsto "not-existing-notes" { }
 >>
index 053a23e1c4c258ef5184a9b8bcb4950159319d1b..b01227ac9a9ff1c0909ed640d70f64c76ab2731d 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.2"
 \header {
   texidoc = "With the @code{\\lyricsto} mechanism, individual lyric
     lines can be associated with one melody line. Each lyric line
@@ -11,8 +11,8 @@ can be tuned to either follow or ignore melismata."
     \autoBeamOff
     c2( d4) e8[ c b c] f4
   }
-  \lyricsto "bla"  \new Lyrics  { bla ab blob blob }
-  \lyricsto "bla"  \new Lyrics  {
+  \new Lyrics  \lyricsto "bla"  { bla ab blob blob }
+  \new Lyrics  \lyricsto "bla"  {
     bla 
 
     \set ignoreMelismata = ##t
@@ -26,7 +26,7 @@ can be tuned to either follow or ignore melismata."
     blob
   }
   
-  \lyricsto "bla"  \new Lyrics  {
+  \new Lyrics  \lyricsto "bla"  {
     nes ted lyrics voice with more words than no tes
   }
 >>
index 16285dd6cffa6acce21d423995e5c163170b5c43..0f979840da14b9296e547077acea0df284d506c3 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.2"
 \header {
 
   texidoc ="Polyphonic rhythms and rests do not disturb
         bes'4 bes'4
         bes'4 bes'4
       }
-      \lyricsto "one"  \context Lyrics = sop {
+      \context Lyrics = sop \lyricsto "one"  {
         Do mi nus ex
       }
       \new Voice = "two" {
         \voiceTwo
         ees'8 r8 r8 r8 ees' r8 r8 r8 
       }
-      \lyricsto "two"  \new Lyrics  {
+      \new Lyrics  \lyricsto "two"  {
         Do na
       }
     >>
index 7d36a12335cefac28757a96d7961c2d8caf4ff8c..0919bfcbbf8cfdde5c94e1522add16e611c0d58b 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.2"
 \header
 {
 
@@ -18,6 +18,6 @@ of the melisma."
     a) a2( b) \break
     a2 
   }
-  \lyricsto A \context Lyrics \lyricmode { a __ a __ ha }
+  \context Lyrics \lyricsto A { a __ a __ ha }
 >>
 
index fbe84a54222d42aa851a424bf35db044e1cdb60e..66e744594a47a59125b97107a16ee8199c344709 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.2"
 
 \header {
 
@@ -16,6 +16,6 @@
     d |
   }
 }
-\new Lyrics \lyricsto "upper" \lyricmode { Ah __ }
+\new Lyrics \lyricsto "upper" { Ah __ }
 
 >>
index ab24aa3b22f230051b49e67ba55d90ea5958b49e..3d16224aeb74a24ddace818d87579c1b9000c0db 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.2"
 \header {
 
   texidoc = "
@@ -20,7 +20,7 @@
     d16[ e f g]
     
   }
-  \lyricsto "bla" \context Lyrics \lyricmode {
+  \context Lyrics \lyricsto "bla" {
     alllll __ tijd
     izzz
   }
index dafbe7d97680ff0135e55c063200d0bae1a71b4f..ccc72ac1864087545eb7fd9c6935d2b8894292a1 100644 (file)
@@ -5,7 +5,7 @@
 
 }
 
-\version "2.16.0"
+\version "2.19.2"
 \paper {
   ragged-right = ##t
 }
@@ -15,5 +15,5 @@
     \new Voice = "myVoice" {
       \afterGrace c''2 { e''32( } c''2)
     }}
-  \new Lyrics \lyricsto "myVoice" \lyricmode { foo -- bar }
+  \new Lyrics \lyricsto "myVoice" { foo -- bar }
 >>
index ba811ed8a900cdfdd373d6c75f833673ee0699b2..b3f99228b6c8b916086a797cf67e26f1b29a594a 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.2"
 \header
 {
   texidoc = "Melismata are triggered by manual beams.  Notes in a
@@ -16,7 +16,7 @@
     \set Staff.autoBeaming = ##f
     g4 d8[ b8 d8 g8]  g4
   }
-  \lyricsto "" \new Lyrics \lyricmode { bla blaa -- bla }
+  \new Lyrics \lyricsto "" { bla blaa -- bla }
 >>
 
 
index 16c658e1e96f16e72cc09e18bd6adb7f78d83758..84790d7be2bb179dfe5f36c9828446928ebd9d08 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.2"
 \header {
 
     texidoc = "Lyrics in MIDI are aligned to ties and beams:
@@ -17,7 +17,7 @@ this examples causes no bar checks in MIDI.
        c1
 
     }
-    \lyricsto "A" \lyrics { bla bla | bla bla | bla bla | bla }
+    \new Lyrics \lyricsto "A" { bla bla | bla bla | bla bla | bla }
     >>
     \layout {}
       \midi {}
index 2a2e93dca3f4d239d8004f3bc030d55ca83895fa..00a8c78cff945164336ef00767d5b245b14705a1 100644 (file)
@@ -27,7 +27,7 @@ been lowered
 
 }
 
-\version "2.17.6"
+\version "2.19.2"
 manuscriptBreak = { \break }
 
 
@@ -157,8 +157,8 @@ pianoLH =  \relative c'' \repeat volta 2 {
           \new Staff <<
               \context Staff \accidentalStyle modern
               \melody >>
-          \lyricsto "singer" \new Lyrics \firstVerse
-          \lyricsto "singer" \new Lyrics \secondVerse
+          \new Lyrics \lyricsto "singer" \firstVerse
+          \new Lyrics \lyricsto "singer" \secondVerse
           \new PianoStaff << 
               \set PianoStaff.instrumentName = \markup {
                   \bold
index 1f7f6ef3508a80bdbac9657498788dad82258d37..c0b32e8af0b7185a4525332f36675359bd7c6b96 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.2"
 
 \header {
   texidoc = "Having markup after a non-staff line doesn't confuse
@@ -13,7 +13,7 @@ the page layout engine."
      \new Staff <<
        \new Voice = "asdf" { c' d' e' f' }
      >>
-     \new Lyrics \lyricsto "asdf" \lyricmode { a b c d }
+     \new Lyrics \lyricsto "asdf" { a b c d }
   >>
   }
   \markup "next song"
index 96f1c1df12dbdf8ae4b6905ea1c528899c6bc970..43a01b7d5af483b0b519f98a36298e5f277183aa 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.6"
+\version "2.19.2"
 
 \header {
   texidoc = "Spacing rules between Staves coexist with rules affecting
@@ -12,7 +12,7 @@ staves is larger than the @code{padding} for associated lyrics."
   \new Staff = "bass" \new Voice = "b" { \clef bass c2 c' }
   \new Lyrics \with {
     alignAboveContext = "bass"
-  } \lyricsto "b" \lyricmode { bass \skip2 }
+  } \lyricsto "b" { bass \skip2 }
 >>
 \layout {
   \context {
index 6a597cb1c42a8034d4c539d61639ea74d8931c49..00949e9f36bbf351f1ca54aba6a6cbe226d64a28 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.2"
 \header {
   texidoc="Festival song synthesis output supports
 melismas.
@@ -18,7 +18,7 @@ melismas.
     \melismaEnd
     e2
   }
-  \lyricsto "lala" \new Lyrics {
+  \new Lyrics \lyricsto "lala" {
     la di __ daah
   }
 >>
index 1f9ce28c076cb9beb07c3e3d514a9887cf08ba9d..3a8a9f718b55df13b59eaf4788fd320a6474d83d 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.2"
 \header {
   texidoc="Festival song synthesis output supports
 repeat signs.
@@ -13,12 +13,12 @@ repeat signs.
     c2 e4 r4 | g2 e | c1 |
     \context Voice = verse \repeat volta 2 {c4 d e f | g1 | }
     a2 b | c1}
-  \lyricsto melody  \context Lyrics = mainlyrics \lyricmode {
+  \context Lyrics = mainlyrics \lyricsto melody  {
     do mi sol mi do
     la si do }
-  \lyricsto verse \context Lyrics = mainlyrics \lyricmode {
+  \context Lyrics = mainlyrics \lyricsto verse {
    do re mi fa sol }
-  \lyricsto verse \context Lyrics = repeatlyrics \lyricmode {
+  \context Lyrics = repeatlyrics \lyricsto verse {
    dodo rere mimi fafa solsol }
 >>
 }
index c6fe94815be860a58e0a9f58b3a96e9c86d31ad5..d1525438dc1b32f733ea574869f82cf4dd7f76bf 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.17.6"
+\version "2.19.2"
 
 \header {
   texidoc = "The @code{SpanBarStub} grob takes care of horizontal spacing
@@ -24,7 +24,7 @@ span bar were not there.
           \once \override Staff.BarLine.allow-span-bar = ##f
           c2 c c c
         }
-    \new Lyrics \lyricsto "upper" \lyricmode {
+    \new Lyrics \lyricsto "upper" {
       long-syllable a b c long-syllable a b c
       long-syllable a b c long-syllable a b c
     }
@@ -38,7 +38,7 @@ span bar were not there.
           \once \override Staff.BarLine.allow-span-bar = ##f
           c2 c c c
         }
-    \new Lyrics \lyricsto "middle" \lyricmode {
+    \new Lyrics \lyricsto "middle" {
       syllable a b c syllable a b c
       syllable a b c syllable a b c
     }
@@ -51,7 +51,7 @@ span bar were not there.
           c2 c c c
           c2 c c c
         }
-    \new Lyrics \lyricsto "lower" \lyricmode {
+    \new Lyrics \lyricsto "lower" {
       word a b c word a b c
       word a b c word a b c
     }
index 92bab856430f9b76f6032893e8b5d198346e4594..7cc98d500f55097e9a723ec8eec4c2877ea10fe6 100644 (file)
@@ -8,7 +8,7 @@ heavily mutilated Edition Peters Morgenlied by Schubert"
 
 }
 
-\version "2.17.6"
+\version "2.19.2"
 #(ly:expect-warning (_ "(De)crescendo with unspecified starting volume in MIDI."))
 
 ignoreMelisma =        \set ignoreMelismata = ##t
@@ -127,8 +127,8 @@ pianoLH =  \relative c'' \repeat volta 2\new Voice {
         } <<
           \context Staff \accidentalStyle modern
           \melody >>
-        \lyricsto "singer" \new Lyrics \firstVerse
-        \lyricsto "singer" \new Lyrics \secondVerse
+        \new Lyrics \lyricsto "singer" \firstVerse
+        \new Lyrics \lyricsto "singer" \secondVerse
         \new PianoStaff << 
           \set PianoStaff.instrumentName = \markup {
             \bold