]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-align.ly
* VERSION (MY_PATCH_LEVEL): make 1.7.0
[lilypond.git] / input / regression / lyric-align.ly
index a660e4ce7eb20b05109159fc6aac1b686c38833e..d709989dd714261db5132d864d8b9b5e2619b22f 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.3.146"
+\version "1.5.68"
 \header{
   texidoc="Lyric alignment
 
@@ -11,8 +11,7 @@
 
 %\paper { linewidth = -1. }
 \score {
-  \addlyrics
-    \context Voice = "v" \notes  \relative c'' {
+< \context Voice = "v" \notes  \relative c'' {
       \property Staff.automaticMelismata = ##t
       \cadenzaOn
       a\breve  \bar "||" a1 \bar "|"  a \bar "|"  a \bar "||" \break a \bar "|" a \bar "|" a  \bar "|" a \bar "||" \break a \bar "|" a \bar "|."
        \property Lyrics . LyricText \override #'alignment = #-1
        \property Lyrics . LyricText \override #'begin-alignment = #8
 
-       "Particularly useful for reciting notes  "
-       left
+       "Particularly useful for reciting notes  "\breve
+       left1
 
        \property Lyrics . LyricText \override #'alignment = #0
-
        centered
 
        \property Lyrics . LyricText \override #'alignment = #1        
       }
       \context LyricsVoice = "v-2" \lyrics {
 %        \property LyricsVoice . stanza = "2:"
-        " with many syllables under them." l c r l l l x x x  note' true'
+        " with many syllables under them."\breve
+         l1 c r1 l
+         l1 l x x x
+
+                               % note' true'
+                               %% ? what are the last 2 for? 
       }
    >
+   >
 }