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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to