Re: How to create measure with only slashes

2017-01-19 Thread Nathan Ho

On 2017-01-19 18:19, Rob Torop wrote:

I'dlike to create a measure that has 4 forward slashes in it
(only). This does almost what I want except of course it has the rest
at the start:

  \repeat percent 4 { r4 }

Is there a way to get just 4 slashes?


Hi Rob,

Here's how I do it:

{
  \override Rest #'stencil = 
#ly:percent-repeat-item-interface::beat-slash

  \override Rest #'thickness = #0.48
  \override Rest #'slope = #1.7
  \repeat unfold 16 { r4 }
}


Nathan

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


How to create measure with only slashes

2017-01-19 Thread Rob Torop
I'dlike to create a measure that has 4 forward slashes in it (only).
This does almost what I want except of course it has the rest at the start:

  \repeat percent 4 { r4 }

Is there a way to get just 4 slashes?
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user