Re: Combine \default rehearsal mark with another mark

2012-03-15 Thread Siska Ádám
On 2012.03.15., at 12:08, James wrote: > Hello, > 2012/3/15 Siska Ádám : >> Dear List, >> >> >> I'd like to put two rehearsal marks over the same barline. However, this >> gives an error: >> >> \mark \markup{ >> \center-align{ >> \line{ \default } >> \line{ "8" } >> } >> } s4*8 >>

Re: Combine \default rehearsal mark with another mark

2012-03-15 Thread James
Hello, 2012/3/15 Siska Ádám : > Dear List, > > > I'd like to put two rehearsal marks over the same barline. However, this > gives an error: > > \mark \markup{ >   \center-align{ >      \line{ \default } >      \line{ "8" } >   } > } s4*8 > > The error is: 'error: syntax error, unexpected \default

Combine \default rehearsal mark with another mark

2012-03-15 Thread Siska Ádám
Dear List, I'd like to put two rehearsal marks over the same barline. However, this gives an error: \mark \markup{ \center-align{ \line{ \default } \line{ "8" } } } s4*8 The error is: 'error: syntax error, unexpected \default' I also tried to access the value of \default, ho