Re: Hiding MultiMeasureRest Number

2015-03-19 Thread Noeck
It is a good sign for the design of LilyPond code if the subject of the question matches the code of the answer so closely: subject: Hiding MultiMeasureRest Number solution: \hide MultiMeasureRestNumber :) Joram ___ lilypond-user mailing list

Re: Hiding MultiMeasureRest Number

2015-03-19 Thread Pierre Perol-Schneider
Hi Dave, Is this what you're looking for : \version "2.18.2" \new Staff { a'1 \compressFullBarRests \hide MultiMeasureRestNumber R1*42 } HTH, Pierre 2015-03-18 15:55 GMT+01:00 Dave Higgins : > At the end of a piece, one section has a long number of rests, i.e. > R1*42. Is there a way

Hiding MultiMeasureRest Number

2015-03-18 Thread Dave Higgins
At the end of a piece, one section has a long number of rests, i.e. R1*42. Is there a way to hide the number or create a long rest without actually being multi-measure? -- Dave Higgins -- Two wrongs don't make a right, but three lefts do. ___ lilypond-

Re: Hiding MultiMeasureRest

2012-03-03 Thread Colin Hall
On Sat, Mar 03, 2012 at 09:57:41PM +0100, Stjepan Horvat wrote: > > And @Colin if you want to you can send me an example so that i can see > how you managed to solve some problems in this big grandscores..i > didnt find many documentary on this topic. Sure, will do. Cheers, Colin. -- Colin H

Re: Hiding MultiMeasureRest

2012-03-03 Thread Stjepan Horvat
didnt find many documentary on this topic. On Sat, Mar 3, 2012 at 9:04 AM, David Kastrup wrote: > Stjepan Horvat writes: > >> Hello, >> Is there a possibility of hiding MultiMeasureRest. >> I am writing a Big Band Score and i am using >> >> marks = { >>

Re: Hiding MultiMeasureRest

2012-03-03 Thread David Kastrup
Stjepan Horvat writes: > Hello, > Is there a possibility of hiding MultiMeasureRest. > I am writing a Big Band Score and i am using > > marks = { > \set Score.markFormatter = #format-mark-box-barnumbers > \compressFullBarRests > \hideNotes >

Re: Hiding MultiMeasureRest

2012-03-03 Thread Colin Hall
On Sat, Mar 03, 2012 at 08:31:54AM +0100, Stjepan Horvat wrote: > Yes..i do it also as that.. \repeat unfold 8 {s1} in marks and R1*8 in > voices but when i want to print a separate voice instead of a full > score the bars wont compress..so instead of a bar with number 8 i get > 8 bars..and if i

Re: Hiding MultiMeasureRest

2012-03-03 Thread Toine Schreurs
On Sat, Mar 03, 2012 at 08:31:54AM +0100, Stjepan Horvat wrote: > Yes..i do it also as that.. \repeat unfold 8 {s1} in marks and R1*8 in > voices but when i want to print a separate voice instead of a full > score the bars wont compress..so instead of a bar with number 8 i get > 8 bars..and if i us

Re: Hiding MultiMeasureRest

2012-03-02 Thread Stjepan Horvat
ith s1 in marks an R1 in the voices. > > Greetings, Ed > > 2012/3/2, Stjepan Horvat : >> Hello, >> Is there a possibility of hiding MultiMeasureRest. >> I am writing a Big Band Score and i am using >> >> marks = { >>       \set Score.markFormatter = #fo

Re: Hiding MultiMeasureRest

2012-03-02 Thread Ed Gordijn
Hi Stjepan, I use this construction too but then with s1 in marks an R1 in the voices. Greetings, Ed 2012/3/2, Stjepan Horvat : > Hello, > Is there a possibility of hiding MultiMeasureRest. > I am writing a Big Band Score and i am using > > marks = { > \set Score.markF

Re: Hiding MultiMeasureRest

2012-03-02 Thread Toine Schreurs
> 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 . >

Hiding MultiMeasureRest

2012-03-02 Thread Stjepan Horvat
Hello, Is there a possibility of hiding MultiMeasureRest. I am writing a Big Band Score and i am using marks = { \set Score.markFormatter = #format-mark-box-barnumbers \compressFullBarRests \hideNotes \partial 8 s8 R1*8 \mark \default \bar "|