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

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

Reply via email to