lilypond-user
[Top][All Lists]
Advanced

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

Re: fermata over rest, tempo positioning, solo/tutti


From: jo.clarinet
Subject: Re: fermata over rest, tempo positioning, solo/tutti
Date: Thu, 11 Sep 2008 23:01:30 -0700 (PDT)



Neil Puttock wrote:
> 
> 2008/9/11 Trevor Daniels <address@hidden>:
>> Jo
>>
>> Have a look at the Known issues in section 1.2.5.2 Bar numbers in the
>> 2.11
>> Notation Reference - it is not possible to print a 1 on the first bar.
> 
> http://lsr.dsi.unimi.it/LSR/Item?u=1&id=504
> 
> ...or if you want 1 and every nth:
> 
> #(define ((first-and-every-nth-bar-number-visible n) barnum)
>           (or
>             (= 1 barnum)
>             (= 0 (modulo barnum n))))
> 
> \relative c' {
>   \override Score.BarNumber #'break-visibility = #end-of-line-invisible
>   \set Score.barNumberVisibility =
> #(first-and-every-nth-bar-number-visible 5)
>   \bar ""
>   \repeat unfold 10 { c1 }
> }
> 
> Regards,
> Neil
> 
> I don't actually want/need the first bar numbered - just 5, 10 etc. I
> think the problem here is I simply don't understand what each bit of the
> process means, whereas the other LilyPond commands I've encountered so far
> seem more straightforward. I'm not really a technologically-minded person
> and have never done anything like this before. Looking at the commands
> above, which do I now need to leave out - and where do I insert these
> commands?
> 
> Thanks,
> Jo
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/fermata-over-rest%2C-tempo-positioning%2C-solo-tutti-tp19422519p19449959.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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