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
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond