On Sat, Feb 25, 2017 at 4:18 PM, Knute Snortum <ksnor...@gmail.com> wrote:
> I am trying to get both tuplet numbers above the notes in the following
> code.  I've tried \override TupletNumber.direction = #UP, but evidently this
> does not work.  What's the correct way to do this?
>
> \version "2.19.55"
> \language "english"
>
> \relative {
>   \omit TupletBracket
>   \override TupletNumber.direction = #UP
>   \tuplet 3/2 2 { <ef' a gf'>4-> <ef a f'>-> <ef a e'>->
>     <ef a ef'>-> <ef a df>-> <ef a c>-> }
> }
>

Maybe not the correct/best answer, but try it this way:

== snip
\relative {
  \override TupletBracket #'direction = #UP
  \omit TupletBracket
  \tuplet 3/2 2 {
    <ef' a gf'>4-> <ef a f'>-> <ef a e'>->
    <ef a ef'>-> <ef a df>-> <ef a c>->
  }
}
== snip

-- 

Jeffery Shivers
 jefferyshivers.com
 soundcloud.com/jefferyshivers

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

Reply via email to