Consider accidentals in optical spacing correction.
[lilypond.git] / input / regression / song-reordering.ly
blob97081984a89368ab4705a489d05a9f53a0b22e42
1 \version "2.12.0"
3 \include "festival.ly"
5 \festival #"song-reordering.xml" { \tempo 4 = 100 }
6 <<
7 \relative \context Voice = "lahlah" {
8 \set Staff.autoBeaming = ##f
9 c4
11 \context Voice = alternative {
12 \voiceOne
13 \times 2/3 {
14 \override NoteColumn #'force-hshift = #-3
15 f8 f g
19 \voiceTwo
20 f8.[ g16]
21 \oneVoice
22 } >>
23 a8( b) c
25 \new Lyrics \lyricsto "lahlah" {
26 Ju -- ras -- sic Park
28 \new Lyrics \lyricsto "lahlah" {
29 \set associatedVoice = alternative % applies to "ran"
30 Ty --
31 ran --
32 no --
33 \set associatedVoice = lahlah % applies to "rus"
34 sau -- rus Rex
35 } >>
36 #(ly:progress "song-reordering")
37 #(ly:progress "~a" (ly:gulp-file "song-reordering.xml"))