]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-melisma-beam.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / regression / lyrics-melisma-beam.ly
index 76074b0c1f6ce512be6005fc8cb945f056f58657..2d249b3283a77a010793d00fc2e800704c96991a 100644 (file)
@@ -1,18 +1,21 @@
-\version "2.4.0"
+\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
-            \relative c'' {
-               \set Staff.autoBeaming = ##f
-               c8 c8[ c8 c8]  c8    }
-       
-       \lyricsto "" \new Lyrics \lyricmode { bla bla bla }
-    >>
-    \layout { raggedright = ##t }
-}