]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-phrasing.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / lyric-phrasing.ly
index 44bbc3ee66eaf6e4ae62100314e015378a78bda5..34724d77aff7058b1f1506c2424610b329d4bde9 100644 (file)
@@ -1,25 +1,29 @@
-\version "2.1.28"
+\version "2.14.0"
 \header {
 
-texidoc = "
+  texidoc = "
   Normally, the lyric is centered on the note head. However, on
   melismata, the text is left aligned on the left-side of the note head.
 
 "
 }
 
+  \layout { ragged-right = ##t }
+
+
+
+
+<<
+  \relative c' \new Voice = "bla" {
+    \autoBeamOff
+    c4( c16 d c b)  c4
+    d16[ e f g]
+    
+  }
+  \lyricsto "bla" \context Lyrics \lyricmode {
+    alllll __ tijd
+    izzz
+  }
+>>
+
 
-\score{
-<<     \notes \relative c' \context Voice = "bla" {
-           \autoBeamOff
-           c4( c16 d c b)  c4
-           d16[ e f g]
-           
-       }
-       \lyrics  \lyricsto  "bla" \context Lyrics {
-           alllll __ tijd
-           izzz
-       } >>
-       
-    \paper { raggedright = ##t }
-}