lilypond-user
[Top][All Lists]
Advanced

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

Re: Defining 4 \breve time in Carmina Burana


From: David Kastrup
Subject: Re: Defining 4 \breve time in Carmina Burana
Date: Wed, 05 Sep 2018 15:08:49 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Jogchum Reitsma <address@hidden> 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



reply via email to

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