lilypond-user
[Top][All Lists]
Advanced

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

Re: caesura usage


From: Wilbert Berendsen
Subject: Re: caesura usage
Date: Tue, 1 Jan 2008 13:39:57 +0100
User-agent: KMail/1.9.7

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 
  d' 
  \caesuraOff \breathe 
  e' 
  \caesuraOn \breathe % \caesuraOff
  d' 
}

I think you should only use \caesuraOff after the next note, not directly 
after the \breathe.

caesuraOff could be changed to:

caesuraOff = \revert BreathingSign #'text

Met vriendelijke groet,
Wilbert Berendsen

-- 
http://www.wilbertberendsen.nl/
"You must be the change you wish to see in the world."
        -- Mahatma Gandi




reply via email to

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