]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-melisma-beam.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / lyrics-melisma-beam.ly
index ee167678047544d08718557a6233552b07ccb08f..008bb69e7b216593cc54799477aa71319fea53e7 100644 (file)
@@ -1,20 +1,21 @@
-
-\version "1.9.2"
+\version "2.12.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 }
-}