lilypond-user
[Top][All Lists]
Advanced

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

Re: Full length tuplet brackets


From: Mark Knoop
Subject: Re: Full length tuplet brackets
Date: Wed, 24 Jun 2015 07:52:02 +0100

At 11:41 on 24 Jun 2015, Andrew Bernard wrote:
>Greetings All,
>
>I use this:
>
>      \set tupletFullLength = ##t
>      \override TupletBracket.full-length-to-extent = ##t
>
>to set tuplet brackets to full length, and to extend to the barline.
>
>I require this globally for the whole score. Using 2.19.22 I have
>noticed I have to place this at the start of every voice. I am fairly
>sure I did not have to do this before. It seems the behaviour may have
>changed, but I need time to verify that against previous versions.
>
>In any case, my question is, to make this effective globally, where is
>the proper place to put this pair of commands?

I generally put these in a top-level layout block:

\layout {
  \context {
    \Voice
    tupletFullLength = ##t
    \override TupletBracket.full-length-to-extent = ##t
  }
}

Note that in a layout block, "\set" is not used.

-- 
Mark Knoop



reply via email to

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