Re: Tip/Trick: Double-Breve or Single-Breve-with-Double-Sidebars

2009-04-10 Thread Kieren MacMillan
Hi Henning (et al.), Indeed, in most hymn books I've seen, the breves have 2 lines each side, As you can see here (http://en.wikipedia.org/wiki/ Double_whole_note), too. Ah... I wasn't aware that the two-sideline breve and one-sideline breve were the same duration. so "huzzah" for Kiere

Re: Tip/Trick: Double-Breve or Single-Breve-with-Double-Sidebars

2009-04-10 Thread Henning Plumeyer
Am 09.04.2009, 23:18 Uhr, schrieb M Watts : I think I've seen music where the breve (2 whole notes) was printed with two bars on each side. Indeed, in most hymn books I've seen, the breves have 2 lines each side, As you can see here (http://en.wikipedia.org/wiki/Double_whole_note), too.

Re: Tip/Trick: Double-Breve or Single-Breve-with-Double-Sidebars

2009-04-09 Thread Ari Torhamo
to, 2009-04-09 kello 15:43 -0400, Kieren MacMillan kirjoitti: > Hello Ari (et al.), > > > You'll need Kieren's scheme function as well. > > \version "2.12.2" > dbreve = > #(define-music-function (parser location note) (ly:music?) > #{ > \once \override Pa

Re: Tip/Trick: Double-Breve or Single-Breve-with-Double-Sidebars

2009-04-09 Thread Kieren MacMillan
Hi Robin, \draw-line was introduced after 2.10. Thanks for the version check -- if I have time, I'll rewrite it (using another glyph, or PostScript) for earlier versions. =) Kieren. ___ lilypond-user mailing list lilypond-user@gnu.org http://li

Re: Tip/Trick: Double-Breve or Single-Breve-with-Double-Sidebars

2009-04-09 Thread Robin Bannister
Kieren MacMillan wrote: This function should be good at least as far back as v2.10. \draw-line was introduced after 2.10. Cheers, Robin ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Tip/Trick: Double-Breve or Single-Breve-with-Double-Sidebars

2009-04-09 Thread M Watts
I think I've seen music where the breve (2 whole notes) was printed with two bars on each side. Indeed, in most hymn books I've seen, the breves have 2 lines each side, so "huzzah" for Kieren's code! ___ lilypond-user mailing list lilypond-user@

Re: Tip/Trick: Double-Breve or Single-Breve-with-Double-Sidebars

2009-04-09 Thread Henning Plumeyer
Am 09.04.2009, 21:43 Uhr, schrieb Kieren MacMillan : \version "2.12.2" dbreve = #(define-music-function (parser location note) (ly:music?) #{ \once \override ParenthesesItem #'stencil = #ly:text-interface::print \once \over

Tip/Trick: Double-Breve or Single-Breve-with-Double-Sidebars

2009-04-09 Thread Kieren MacMillan
Hello Ari (et al.), You'll need Kieren's scheme function as well. \version "2.12.2" dbreve = #(define-music-function (parser location note) (ly:music?) #{ \once \override ParenthesesItem #'stencil = #ly:text-interface::print