]> 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 a6cc56ed3886dab23cf46713b87c37bf0e92df42..34724d77aff7058b1f1506c2424610b329d4bde9 100644 (file)
@@ -1,26 +1,29 @@
-\version "2.3.4"
+\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{
-    <<
-        \relative c' \context Voice = "bla" {
-           \autoBeamOff
-           c4( c16 d c b)  c4
-           d16[ e f g]
-           
-       }
-       \lyricsto "bla" \context Lyrics \lyrics {
-           alllll __ tijd
-           izzz
-       }
-    >>
-    \paper { raggedright = ##t }
-}