lilypond-user
[Top][All Lists]
Advanced

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

Re: Drop tuplet number?


From: Simon Albrecht
Subject: Re: Drop tuplet number?
Date: Thu, 29 Sep 2016 20:30:48 +0200

On 29.09.2016 12:55, Pierre Perol-Schneider wrote:
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
}
%%%%%%%%%%

Thanks, that’s great – it also plays well with
\override TupletNumber.outside-staff-priority = whatever

Best, Simon


Cheers,
Pierre

2016-09-28 16:39 GMT+02:00 Simon Albrecht <address@hidden <mailto: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 <mailto:address@hidden>
    https://lists.gnu.org/mailman/listinfo/lilypond-user
    <https://lists.gnu.org/mailman/listinfo/lilypond-user>






reply via email to

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