lilypond-user
[Top][All Lists]
Advanced

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

Re: First steps in Lilypond


From: Knute Snortum
Subject: Re: First steps in Lilypond
Date: Mon, 9 Apr 2018 10:06:42 -0700

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 <address@hidden> wrote:
Knute Snortum <address@hidden> 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


reply via email to

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