> 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

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

Reply via email to