Wow, yeah, that's easier, huh? Thanks for pointing that out.
--- Knute Snortum (via Gmail) On Mon, Apr 9, 2018 at 8:35 AM, David Kastrup <[email protected]> wrote: > Knute Snortum <[email protected]> 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 [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
