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
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
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-
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
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 = {
>>
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
>
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
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
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
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
> 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
.
>
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 "|
12 matches
Mail list logo