]> 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 9b491bb07827188c39b48421de8b9e0fe0f6994f..008bb69e7b216593cc54799477aa71319fea53e7 100644 (file)
@@ -1,18 +1,21 @@
-\version "2.1.22"
+\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 {
-    <<
-       \new Staff
-           \notes \relative c'' {
-               \set Staff.autoBeaming = ##f
-               c8 c8[ c8 c8]  c8    }
-       
-       \lyricsto "" \new Lyrics \lyrics { bla bla bla }
-    >>
-    \paper { raggedright = ##t }
-}