]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-melisma-beam.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / regression / lyrics-melisma-beam.ly
index 4bf75a742b12b068b32468b1b4135b4ea7155566..2d249b3283a77a010793d00fc2e800704c96991a 100644 (file)
@@ -1,18 +1,21 @@
-\version "2.1.36"
+\version "2.10.0"
 \header
 {
-    texidoc = "Melismata are triggered by manual beams." 
+  texidoc = "Melismata are triggered by manual beams." 
 }
 
+  \layout { ragged-right = ##t }
+
+
+
+
+<<
+  \new Staff
+  \relative c'' {
+    \set Staff.autoBeaming = ##f
+    c8 c8[ c8 c8]  c8    }
+  
+  \lyricsto "" \new Lyrics \lyricmode { bla bla bla }
+>>
+
 
-\score {
-    <<
-       \new Staff
-           \notes \relative c'' {
-               \set Staff.autoBeaming = ##f
-               c8 c8[ c8 c8]  c8    }
-       
-       \lyricsto "" \new Lyrics \lyrics { bla bla bla }
-    >>
-    \paper { raggedright = ##t }
-}