]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyrics-melisma-beam.ly
Doc-fr: fix X-Ref
[lilypond.git] / input / regression / lyrics-melisma-beam.ly
1 \version "2.16.0"
2 \header
3 {
4   texidoc = "Melismata are triggered by manual beams.  Notes in a
5   melisma take their natural spacing over a long syllable."
6 }
7
8   \layout { ragged-right = ##t }
9
10
11
12
13 <<
14   \new Staff
15   \relative c'' {
16     \set Staff.autoBeaming = ##f
17     g4 d8[ b8 d8 g8]  g4
18   }
19   \lyricsto "" \new Lyrics \lyricmode { bla blaa -- bla }
20 >>
21
22