]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-melisma-alignment.ly
8e866872728a5fc7b9031c2d4db93d74ad7ece37
[lilypond.git] / input / regression / lyric-melisma-alignment.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "@code{lyricMelismaAlignment} sets the default alignment for melismata.
5 It works with both automatic and manual melismata."
6 }
7
8 \relative c' {
9   c4^"auto"( d e f)
10   \set melismaBusyProperties = #'()
11   c4^"manual" d e f
12 }
13 \addlyrics {
14   \set lyricMelismaAlignment = #RIGHT
15   right-align __
16   \set lyricMelismaAlignment = #CENTER
17   center  __ _ _ _
18 }