lilypond-devel
[Top][All Lists]
Advanced

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

problems with \cueDuring


From: Werner LEMBERG
Subject: problems with \cueDuring
Date: Thu, 25 Nov 2004 15:49:08 +0100 (CET)

Right now I've found some time to study the new \cueDuring command.
Unfortunately, it is not very useful as currently implemented: It
fails to handle the case where the same voice is needed without cues.

What's still missing is a command which makes

  \cueDuring #"clarinet" #1 { R1 }

expand to

  R1

In TeX I would say

  \def\noCues{
    \def\cueDuring##1##2##3{##3}
  }

Can you provide the equivalent Scheme code?


    Werner




reply via email to

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