%%%%%%%%%%
\version "2.14.2"
trebleVoice = \new Staff \relative c'' {
\clef treble
s1*0
\cueDuringWithClef #"bass" #DOWN #"bass" { R1 | }
\cueDuringWithClef #"alto" #DOWN #"alto" { R1 | }
c4 c c c |
}
altoVoice = \new Staff \relative c' {
\clef alto
s1*0
\cueDuringWithClef #"bass" #DOWN #"bass" { R1 | }
c4 c c c |
c4 c c c |
}
bassVoice = \new Staff \relative c {
\clef bass
c4 c c c |
c4 c c c |
c4 c c c |
}
\addQuote "treble" \trebleVoice
\addQuote "alto" \altoVoice
\addQuote "bass" \bassVoice
\score {
\new StaffGroup <<
\trebleVoice
\altoVoice
\bassVoice
>>
}
%%%%%%%%%%
The alto clefs appearing at the end of the first measure do not line up,
creating unsightly horizontal spaces.
Is this a bug? If so, is there a way around it?
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user