Wilbert Berendsen wrote:
Op dinsdag 1 januari 2008, schreef Paul Scott:
\version "2.11.36"
caesuraOn = \override BreathingSign #'text =
#(make-musicglyph-markup "scripts.caesura.straight")
caesuraOff = \override BreathingSign #'text =
#(make-musicglyph-markup "scripts.rcomma")
{
c'
Op dinsdag 1 januari 2008, schreef Paul Scott:
\version "2.11.36"
caesuraOn = \override BreathingSign #'text =
#(make-musicglyph-markup "scripts.caesura.straight")
caesuraOff = \override BreathingSign #'text =
#(make-musicglyph-markup "scripts.rcomma")
{
c'4
\caesuraOn \breathe
cst.ly
Description: Binary data
On Dec 31, 2007, at 5:43 AM, Wilbert Berendsen wrote:
I created a file only containing:
---8<--8<--
caesuraOn = \override BreathingSign #'text =
#(make-musicglyph-markup "scripts.caesura.straight")
{ c d
\caesuraOn \breathe
Wilbert Berendsen wrote:
Op zondag 30 december 2007, schreef Paul Scott:
I used to be able to replace the breath mark with something like the
following which I have corrected for the new straight caesura glyph name:
caesuraOn = \override BreathingSign #'text =
#(make-musicglyph-markup "scrip
Op zondag 30 december 2007, schreef Paul Scott:
> I used to be able to replace the breath mark with something like the
> following which I have corrected for the new straight caesura glyph name:
>
> caesuraOn = \override BreathingSign #'text =
> #(make-musicglyph-markup "scripts.caesura.straight")