lilypond-user
[Top][All Lists]
Advanced

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

Re: BalloonGrobText spacing


From: Noeck
Subject: Re: BalloonGrobText spacing
Date: Wed, 09 Jan 2013 01:22:36 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0


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



reply via email to

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