]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-melisma-alignment.ly
67d82abe8c91016806330cf326758811b6c4d9c8
[lilypond.git] / input / regression / lyric-melisma-alignment.ly
1 \version "2.14.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 }