Fixes Issue 1504, allowing feather beam line breaking.
[lilypond/patrick.git] / input / regression / lyric-ignore-melisma-alignment.ly
blobdafffc7ec128d4687ee21c0954980ee054c7656f
1 \version "2.13.2"
3 \header {
4 texidoc = "If @code{ignoreMelismata} is set, lyrics should remain
5 center-aligned.
9 notes = \relative c' {
10 \time 2/4
11 \slurDashed
12 c8 e d( f)
15 lyricsI = \lyricmode {
16 \set ignoreMelismata = ##t
17 One two three four
20 lyricsII = \lyricmode {
21 One two Whee! __
25 \new Voice = "melody" \notes
26 \new Lyrics \lyricsto "melody" \lyricsI
27 \new Lyrics \lyricsto "melody" \lyricsII