lilypond-user
[Top][All Lists]
Advanced

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

Re: custom metronome-markup procedure causes weird goops-error


From: Nicolas Sceaux
Subject: Re: custom metronome-markup procedure causes weird goops-error
Date: Tue, 29 Apr 2008 13:17:45 +0200


Le 29 avr. 08 à 12:57, Valentin Villenave a écrit :

2008/4/29 Nicolas Sceaux <address@hidden>:

For the record, here is a version without the breve limitation,
and with nicer style.

Nicolas: I really like your code (I'm using it right now); however,
2.10 currently doesn't accept it :(

If you can figure out a way to make it work on the LSR, I'll update the snippet.

I think it's because there is no \concat markup command in 2.10.

Untested:
#(define ((make-format-movement-markup-function text) duration count context)
  (markup #:huge #:bold text #:hspace 1
          "("
          #:general-align Y DOWN #:smaller
             #:note-by-number (ly:duration-log duration)
                              (ly:duration-dot-count duration)
                              1
          "="
          (number->string count)
          ")"))





reply via email to

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