]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-melisma-beam.ly
Merge branch 'HEAD' of git://git.sv.gnu.org/lilypond.git
[lilypond.git] / input / regression / lyrics-melisma-beam.ly
index ece841ac79ee50d00b565d31478a93bd5363f223..2d249b3283a77a010793d00fc2e800704c96991a 100644 (file)
@@ -1,20 +1,21 @@
-
-\version "2.1.7"
+\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 {
-        \simultaneous {
-          \addlyrics
-             \new Staff
-             \notes \relative c'' {
-                \property Staff.autoBeaming = ##f
-                c8 c8[ c8 c8]  c8    }
-               
-             \context Lyrics \lyrics { bla bla bla }
-        }
-        \paper { raggedright = ##t }
-}