Paul Scott <[email protected]> writes:

> For some time restNumberThreshold has not worked for me.
>
> \version "2.19.80"
>
> \relative{
>   c''1
>   \set Score.restNumberThreshold = #0 R
>   \set Score.restNumberThreshold = #1 R
> }
>
> This does not put a "1" over the 2nd bar.  What have I missed?

Huh.  Take a look at

\version "2.19.80"

\relative{
  c''1
  \set Score.restNumberThreshold = #0 R1*3 R1*3
  \set Score.restNumberThreshold = #1 R1*3 R1*3
  \set Score.restNumberThreshold = #2 R1*3 R1*3
  \set Score.restNumberThreshold = #3 R1*3 R1*3
}

This looks more than weird.

-- 
David Kastrup

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to