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

2008/4/29 Nicolas Sceaux <[EMAIL PROTECTED]>:

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)
          ")"))



_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to