lilypond-user
[Top][All Lists]
Advanced

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

Re: Follow up: using a bracket or brace to indicate an organ manual chan


From: Torsten Hämmerle
Subject: Re: Follow up: using a bracket or brace to indicate an organ manual change
Date: Sun, 12 Aug 2018 15:22:18 -0700 (MST)

Joseph Srednicki wrote
> I have just encountered the situation where the manual-change bracket is
> colliding with an accidental. See the example included below.
> 
> Do any members of this list have any suggestions to resolve this
> situation?


Hi Joe,

The manual-change bracket is nothing but a TextScript markup. TextScript
markups can be shifted around without disturbing the overall spacing by
setting the extra-offset property.
In this case (I suppose the "Ch" belongs to the bracket and should be
shifted, too), you can easily adapt the extra-offset property as needed:

[…]
  <e, g>4 
  \once\override TextScript.extra-offset = #'(-1 . 0)
  <ds b'>^\ch^\markup\openBracket #17 <e a>\trill g8. [ fs16 ] |
[…]

If just the bracket (without the "Ch") has to be shifted, you might use the
\tweak command (restricted to the bracket):

[…]
   <e, g>4 <ds b'>^\ch-\tweak #'extra-offset #'(-1 . 0)^\markup\openBracket
#17 <e a>\trill g8. [ fs16 ] |
[…]

<http://lilypond.1069038.n5.nabble.com/file/t3887/change-manual-bracket.png> 

HTH,
Torsten



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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