lilypond-user
[Top][All Lists]
Advanced

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

Re: Breathes placement


From: ghe
Subject: Re: Breathes placement
Date: Thu, 2 May 2013 14:24:27 +0200 (CEST)
User-agent: Alpine 2.02 (DEB 1266 2009-07-14)


Trevor Daniels wrote:


Indeed, my question was not precise enough.  Here is a minimal example:

\relative c' { c d e f2 \breathe g4 a b c }

For the printed score it can be done like this:

\relative c' { c d e f2*1/2 \breathe s4 g a b c }


Thomas Morley wrote:


You could try to scale durations:

\version "2.16.2"

<<
\relative c' { c4 d e f2*1/2 \breathe \once\hideNotes g4 g4 a b c }
\relative c' { \repeat unfold 9 c }
>>

<<
\relative c' { c4 d e f2*1/2 \breathe s4 g4 a b c }
\relative c' { \repeat unfold 9 c }
>>


Thanks, this seems to fix the problem indeed. But is there a more systematic way of doing this, instead of typing "*1/2 ... s4" each time?

--ghe



reply via email to

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