]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyrics-melisma-beam.ly
* input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
[lilypond.git] / input / regression / lyrics-melisma-beam.ly
1 \version "2.1.7"
2 \header
3 {
4     texidoc = "Melismata are triggered by manual beams." 
5 }
6
7
8 \score {
9     <<
10         \new Staff
11             \notes \relative c'' {
12                 \property Staff.autoBeaming = ##f
13                 c8 c8[ c8 c8]  c8    }
14         
15         \newaddlyrics "" \new LyricsVoice \lyrics { bla bla bla }
16     >>
17     \paper { raggedright = ##t }
18 }