lilypond-user
[Top][All Lists]
Advanced

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

Re: Drop tuplet number?


From: Pierre Perol-Schneider
Subject: Re: Drop tuplet number?
Date: Thu, 29 Sep 2016 12:55:01 +0200

Hi Simon,

How about:

%%%%%%%%%%
\version "2.19.47"
{
  \omit TupletBracket
  %% optional:
  %\once\override TupletBracket.positions = #'()
  \voiceOne
  \partial 4
  \tweak positions #'()
  \tuplet 3/2 { bes'4 a'8 }
  d''4
}
%%%%%%%%%%

Cheers,
Pierre

2016-09-28 16:39 GMT+02:00 Simon Albrecht <address@hidden>:
Hello,

in this snippet

%%%%%%%%%%
\version "2.19.47"
{
  \omit TupletBracket
  \voiceOne
  \partial 4
  \tuplet 3/2 { bes'4 a'8 }
  d''4
}
%%%%%%%%%%

the tuplet number is positioned as if there were still a bracket.
Is it possible to ‘drop’ it into the gap, outside staff or maybe even into the staff?

Best, Simon


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



reply via email to

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