]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-melisma-beam.ly
* input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
[lilypond.git] / input / regression / lyrics-melisma-beam.ly
index ece841ac79ee50d00b565d31478a93bd5363f223..ac3665206d3d5b72dede1cd2ed64fb6b9e0542fd 100644 (file)
@@ -1,4 +1,3 @@
-
 \version "2.1.7"
 \header
 {
@@ -7,14 +6,13 @@
 
 
 \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 }
+    <<
+       \new Staff
+           \notes \relative c'' {
+               \property Staff.autoBeaming = ##f
+               c8 c8[ c8 c8]  c8    }
+       
+       \newaddlyrics "" \new LyricsVoice \lyrics { bla bla bla }
+    >>
+    \paper { raggedright = ##t }
 }