]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyrics-melisma-beam.ly
*** empty log message ***
[lilypond.git] / input / regression / lyrics-melisma-beam.ly
1
2 \version "1.7.18"
3 \header
4 {
5     texidoc = "melismata are triggered by manual beams." 
6 }
7
8
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    }
16                 
17              \context Lyrics \lyrics { bla bla bla }
18         }
19         \paper { raggedright = ##t }
20 }