Hi,
how can I write a dashed tie within a tuplet? In the following example
"\tieDashed" is ignored:
{
\tieDashed \tuplet 3/2 { c' ( e') g' }
}
Alternatively, a tilde also does not work:
{
\tieDashed \tuplet 3/2 { c' ~ e' g' }
}
Moreover, this yields the warning: unterminated tie.
Thanks in
Hi,
how can I write a quarter note (without stem) embraced by two bars
exactly like a note of the length \breve?
Many thanks in advance,
Gregor
signature.asc
Description: This is a digitally signed message part
___
lilypond-user mailing list
lilypond-u
Dear Simon,
On 28.02.2016 20:12, Simon Albrecht wrote:
> On 28.02.2016 18:31, Gregor Giesen wrote:
> > how can I write a quarter note (without stem) embraced by two bars
> > exactly like a note of the length \breve?
>
> It’s not easy, since the bars belong to the note head g
> }
>
> \relative c' {
> 2 \qBarNotesOn q4 \qBarNotesOff q |
> }
>
> %
>
> There's certainly more that could be done to make the functionality
> more robust (like checking for duration, style, etc.), but this
> should at