Am 06.01.2013 11:37, schrieb Eluze:
> Noeck wrote
>> … the BalloonGrobText should not influence the positioning of the rest using 
>> \balloonLengthOff
> 
> it's very important to hit the correct context when overriding properties!

Thanks, I expected something like that, but these cases still remain:

\version "2.17.7"

\new Staff \with {
  \consists "Balloon_engraver"
  \balloonLengthOff % change to 'On' does not change anything
}
{
  \relative c'' {
    \balloonGrobText #'KeySignature #'(1 . -3) "Here it works"
    \key g \major
    a1 a1
    \balloonGrobText #'KeySignature #'(1 . -2) "Here it doesn't"
    \key f \major
    a1
    \balloonGrobText #'CueClef #'(1 . -2) "Here it doesn't neither"
    \cueClef bass
    \new CueVoice { a, }
    \cueClefUnset
    a'
  }
}

Cheers,
Joram

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to