]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-phrasing.ly
*** empty log message ***
[lilypond.git] / input / regression / lyric-phrasing.ly
index 1d30cc123e9914a38745168618e62f30feffcfba..4cdbe6972eb79a5358cf68a7848f4fa469d51be2 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.5.68"
+\version "1.7.16"
 \header{
   texidoc="Lyric phrasing
 
   are left-aligned, in this case the third x."
 }
 
-\paper { linewidth = -1. }
+\paper { raggedright = ##t}
 \score {
   \addlyrics
     \context Voice = "v" \notes  \relative c'' {
       \property Staff.automaticMelismata = ##t
       \autoBeamOff
-      a a a8()a a4
+      a a a8 ( a-) a4
     }
     \context Lyrics <
       \context LyricsVoice = "v-1" \lyrics {
@@ -40,3 +40,4 @@
       }
    >
 }
+%% new-chords-done %%