lilypond-user
[Top][All Lists]
Advanced

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

Re: Hiding MultiMeasureRest


From: Toine Schreurs
Subject: Re: Hiding MultiMeasureRest
Date: Fri, 2 Mar 2012 16:16:02 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

> marks = {
>       \set Score.markFormatter = #format-mark-box-barnumbers
>         \compressFullBarRests
>         \hideNotes
>       \partial 8 s8
>       R1*8 \mark \default \bar "||" %9
>       R1*8 \mark \default %17
>         R1*8 \mark \default %25
>       R1*8 \mark \default %33

.....

>       R1*12 \mark \default
>       R1*7 %kraj
>         R1
>         \unHideNotes
>       \bar "|."
>       }
> 

> marks variable as sheme for bar lines and makrs.
> Then after i combine voices as << \tenorSax \marks >>.
> The problem is that if i would use \repeat unfold 8 { s1 } i wouldn't
> get compressFullBarRests in separate voices. And \hideNotes does not
> work either. I tryed the new patch for ly/property-init.ly but it
> didn't help. It's like R1 is acting difrenet then r1.

Change R1 into s1
You can also remove \hideNotes and \unHideNotes

Toine



reply via email to

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