lilypond-user
[Top][All Lists]
Advanced

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

Re: Slur inside tuplet bracket


From: Manuela Gößnitzer
Subject: Re: Slur inside tuplet bracket
Date: Tue, 25 Apr 2017 08:17:14 +0200

Hi Andrew,

the code you posted doesn't produce a bracket at all entered to lilybin.com
Try this

\version "2.19.48"
{
  \override TupletBracket.avoid-slur = #'outside
   \shape #'((0 . 2) (0 . 2) (0 . 2) (0 . 2)) Slur
  \tuplet 5/4 { c''( bes' fis' d' ges') }
}


Greeting,
Manuela

2017-04-25 7:25 GMT+02:00 Andrew Bernard <address@hidden>:
H Manuela,

I did, naturally. The slur intersects the bracket, and commenting out the override you show produces the same result as having it. So I don't think this is the answer.

Andrew


On 25 April 2017 at 15:06, Manuela <address@hidden> wrote:
Try this code:

\version "2.19.48"
{
  \override TupletBracket.avoid-slur = #'outside
  \tuplet 5/4 { c''( bes' fis' d' ges') }
}



reply via email to

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