lilypond-user
[Top][All Lists]
Advanced

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

hide and omit behaviour


From: Noeck
Subject: hide and omit behaviour
Date: Mon, 7 Sep 2015 02:17:33 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

Hi,

I am trying to achieve this for triplets:
The first triplet should show the number, the following not. In rare
cases, I would like to force the triplet number again. I tried to do
this with \omit TupletNumber, but there is one problem as this snippet
shows:

{
  \tupletSpan 4
  \tuplet 3/2 {
    a8-"default" a a
    \omit TupletNumber
    a-"omit" a a
    \undo \omit TupletNumber
    a8-"undo" a a
    \omit TupletNumber
    a-"omit" a a
    \once \undo \omit TupletNumber
    a-"once undo" a a
    a-"why not omitted again?" a a
  }
  r2
}

How can I achieve a "showTupletNumberOnce" like I tried with
\once \undo \omit TupletNumber? Or is the only possibility to do \undo
and then again \omit after wards?

Thanks
Joram



reply via email to

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