bug-lilypond
[Top][All Lists]
Advanced

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

Re: \note markup


From: Aaron Hill
Subject: Re: \note markup
Date: Tue, 24 Nov 2020 15:57:12 -0800
User-agent: Roundcube Webmail/1.4.9

On 2020-11-24 3:44 pm, Trevor Bača wrote:
Hi,

### BEGIN ###

\version "2.21.80"

\markup { \note #"4.." #UP }

### END ###

GNU LilyPond 2.21.80
Processing `test.ly'
Parsing...
test.ly:3:17: error: wrong type for argument 1. Expecting duration, found
"4.."
\markup { \note
                #"4.." #UP }
/Applications/LilyPond.app/Contents/Resources/share/lilypond/current/scm/lily.scm:1036:21:
In procedure reverse! in expression (ly:parse-file file-name):
/Applications/LilyPond.app/Contents/Resources/share/lilypond/current/scm/lily.scm:1036:21:
Wrong type argument in position 1: (1 "4.." . #f)

What am I missing here?

The syntax changed. You no longer specify the duration as a string, but as a duration:

%%%%
\markup { \note 4.. #UP }
%%%%


-- Aaron Hill



reply via email to

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