]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyrics-melisma-beam.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / regression / lyrics-melisma-beam.ly
1 \version "2.10.0"
2 \header
3 {
4   texidoc = "Melismata are triggered by manual beams." 
5 }
6
7   \layout { ragged-right = ##t }
8
9
10
11
12 <<
13   \new Staff
14   \relative c'' {
15     \set Staff.autoBeaming = ##f
16     c8 c8[ c8 c8]  c8    }
17   
18   \lyricsto "" \new Lyrics \lyricmode { bla bla bla }
19 >>
20
21