]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-phrasing.ly
Doc-es: various updates.
[lilypond.git] / input / regression / lyric-phrasing.ly
index 6640f244762762042ba9823e50428b80832c3050..4865b114a21dc6ef2b7b3923abdee7a129b40fe5 100644 (file)
@@ -1,26 +1,29 @@
-\version "2.3.8"
+\version "2.19.21"
 \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 \new Voice = "bla" {
+    \autoBeamOff
+    c'4( c16 d c b)  c4
+    d16[ e f g]
+    
+  }
+  \context Lyrics \lyricsto "bla" {
+    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 }
-}