Knute Snortum <ksnor...@gmail.com> writes:

> Here's how I engraved the snippet in LilyPond (there are other ways too):
>
> %%% Start
> \version "2.19.81"
> \language "english"
>
> global = {
>   \key c \minor
>   \time 3/8
> }
>
> tupletInvisible = {
>   \override TupletBracket.bracket-visibility = ##f
>   \override TupletNumber.transparent = ##t
> }

Why not use \scaleDurations instead of \tuplet then?

-- 
David Kastrup

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to