Massive changes - see ChangeLog.
[lilypond.git] / input / regression / lyrics-melisma-beam.ly
blob9b2baf2961d0bacd131ae5e8956363cfad404bb8
1 #(ly:set-option 'old-relative)
2 \version "1.9.0"
3 \header
5 texidoc = "Melismata are triggered by manual beams."
9 \score {
10 \simultaneous {
11 \addlyrics
12 \context Staff = mel
13 \notes \relative c'' {
14 \property Staff.autoBeaming = ##f
15 c8 c8-[ c8 c8-] c8 }
17 \context Lyrics \lyrics { bla bla bla }
19 \paper { raggedright = ##t }