]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-phrasing.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / lyric-phrasing.ly
index 0d44312880503397e4a0aa56ef6f96a2322b706c..4865b114a21dc6ef2b7b3923abdee7a129b40fe5 100644 (file)
@@ -1,25 +1,29 @@
-\version "2.1.36"
+\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{
-<<     \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 }
-}