]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyrics-melisma-beam.ly
polish texidocs.
[lilypond.git] / input / regression / lyrics-melisma-beam.ly
1 \version "1.7.18"
2 \header
3 {
4     texidoc = "Melismata are triggered by manual beams." 
5 }
6
7
8 \score {
9         \simultaneous {
10           \addlyrics
11              \context Staff = mel
12              \notes \relative c'' {
13                  \property Staff.autoBeaming = ##f
14                  c8 c8-[ c8 c8-]  c8    }
15                 
16              \context Lyrics \lyrics { bla bla bla }
17         }
18         \paper { raggedright = ##t }
19 }