]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyrics-melisma-beam.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / lyrics-melisma-beam.ly
1 \version "2.3.22"
2 \header
3 {
4     texidoc = "Melismata are triggered by manual beams." 
5 }
6
7
8 \score {
9     <<
10         \new Staff
11              \relative c'' {
12                 \set Staff.autoBeaming = ##f
13                 c8 c8[ c8 c8]  c8    }
14         
15         \lyricsto "" \new Lyrics \lyricmode { bla bla bla }
16     >>
17     \layout { raggedright = ##t }
18 }