Tuplet with dashed tie

2016-02-08 Thread Gregor Giesen
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

Quarter notes with bars like \breve

2016-02-28 Thread Gregor Giesen
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

Re: Quarter notes with bars like \breve

2016-02-28 Thread Gregor Giesen
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

Re: Quarter notes with bars like \breve

2016-02-29 Thread Gregor Giesen
> } > > \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