lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cueDuringWithClef problems


From: me
Subject: cueDuringWithClef problems
Date: Mon, 28 Nov 2011 13:10:20 -0800

%%%%%%%%%%

\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?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]