bug-lilypond
[Top][All Lists]
Advanced

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

Bare durations as music function argument?


From: Simon Albrecht
Subject: Bare durations as music function argument?
Date: Fri, 11 Dec 2015 12:56:50 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0

Hello,

the bare durations that can now be used to write notes with unspecified pitch don’t work as music function arguments:

\version "2.19.32"
\new DrumStaff \with {
  \override StaffSymbol.line-count = 1
} \new DrumVoice {
  4 \slashedGrace 16 4
}
\relative {
  r4 r8 c'' \appoggiatura 4 b2
}

– each yielding ‘error: wrong type for argument 1. Expecting music, found 16’ or similar.

David, is that intentional?

Yours, Simon



reply via email to

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