Jogchum Reitsma <[email protected]> writes:
> Hi,
>
> The first bar of part 5: Ecce gratum, from Orff's Camina Burana states
> a time of 4 \breve notes. In the Schott-edition I have, that is noted
> not on the staff, but above it.
>
> Is there a possiblility in Lilypond to define that time? Simpy issuing
> "time 4/\breve" gives an error message in version 2.19.65
Well, you can fudge your own stuff, like
\new Staff
{
\tweak stencil #(lambda (grob)
(grob-interpret-markup grob
#{ \markup \vcenter \fraction \number "4" \note { \breve }
#UP #}))
\time 8/1
c'\breve \breve \breve \breve
}
Basically, provide your own visuals.
--
David Kastrup
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user