Hello Kai,

HTH would sure be one of the most active contributors to this list if he were 
one, but it's only an abbreviation for 'hope that helps'... I also had to look 
that one up when I first came across it :-)

Yours, Simon

Am 09-Oct-2014 14:21:57 +0200 schrieb kai.lautenschlae...@me.com: 
Dear Thomas,   Thnx so much. It works perfectly! I have been fiddling around 
with the problem for over half a year. Really: Thanks a lot. Also to Knute and 
HTH!     Kai   --- kai.lautenschlae...@me.com  
  Am 5.10.2014 um 15:30 schrieb Thomas Morley : 

 2014-10-02 20:50 GMT+02:00 Kai Lautenschläger :

Dear list,

a few weeks ago I asked about removing the first empty staff in choir music and 
inserting the ambitus in the n-th system for selected voices. From the answers 
you gave, I could built the following example, which solved a whole set of 
problems.

Now, can anyone come up with an idea how to remove the upper staff in the first 
system? I'm grateful for any hints. Thanks

best regards, Kai

\version "2.19.15"

musicI = \relative { \repeat unfold 5 { c'4^"first voice" b' c, g' } }
musicII = \relative { \repeat unfold 5 { c''4^"second voice" b' c, g' } }
ambitus = \with { \consists "Ambitus_engraver" }
noAmbitusAtEnd = {
 \override Voice.AmbitusNoteHead.break-visibility = ##(#f #f #t)
 \override Voice.AmbitusLine.break-visibility = ##(#f #f #t)
}

\score {
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to