]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-phrasing.ly
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / regression / lyric-phrasing.ly
index 382bbeefc924b58ed3151981497e1f32fec8b594..c7b2723f3e386d1672b0bd6ed953f44189d9bbb6 100644 (file)
@@ -1,25 +1,29 @@
-\version "2.1.30"
+\version "2.10.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 }
-}