Consider accidentals in optical spacing correction.
[lilypond.git] / input / regression / song-associated-voice.ly
blobaceb759d8dd2804fdaaab212fdde88b140afe5c7
1 \version "2.12.0"
3 \include "festival.ly"
5 \festival #"song-associated-voice.xml" { \tempo 4 = 100 }
6 \relative c'
8 << \context Voice = melody {
9 \time 3/4
10 c2 e4 g2.
12 \new Lyrics \lyricmode {
13 \set associatedVoice = #"melody"
14 play2 the4 game2.
15 } >>
17 #(ly:progress "song-associated-voice")
18 #(ly:progress "~a" (ly:gulp-file "song-associated-voice.xml"))