lilypond-user
[Top][All Lists]
Advanced

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

Re: TupletNumber direction


From: David Kastrup
Subject: Re: TupletNumber direction
Date: Sun, 11 Nov 2012 21:44:30 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

Daniel Rosen <address@hidden> writes:

> Also, I'm a little confused as to why \override TupletNumber
> #'direction = #-1 isn't working just as well in the meantime.

Because it is not consulted?

\version "2.16.0"
\new Voice {
  \times 2/3 { c'8 c' c' }
  \override TupletBracket #'direction = #DOWN
  \times 2/3 { c'8 c' c' }
}

-- 
David Kastrup




reply via email to

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