lilypond-user
[Top][All Lists]
Advanced

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

Re: Drop tuplet number?


From: bart deruyter
Subject: Re: Drop tuplet number?
Date: Wed, 28 Sep 2016 17:38:03 +0200

Hi, if I understand your question, this moves the tuplet number: 

\version "2.19.47"
{
  \omit TupletBracket
  \voiceOne
  \partial 4
   \override TupletNumber #'Y-offset = #1.4
  \tuplet 3/2 { bes'4 a'8 }
  d''4
}

Increase the number to position it higher, decrease it to get it lower.
There's also: 
\override TupletNumber #'X-offset = #1.4
to move it horizontally.

HTH,
Bart


2016-09-28 16:49 GMT+02:00 Simon Albrecht <address@hidden>:
Also, I’m sure I’ve already seen a solution with ‘slur-style’ tuplets, or tuplet indication and slur merged. But I’m terribly bad at finding such stuff from the archives or LSR. Can anyone please give a hint?

TIA, Simon


On 28.09.2016 16:39, Simon Albrecht wrote:
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


_______________________________________________
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]