Hi,

2014-07-02 22:01 GMT+02:00 Francisco Vila <[email protected]>:
> Hello,
> From the attached image, I thought I could use percent repeats to
> simulate four ticks in a measure. The problem is
>
>    \repeat percent 4 { anything }
>
> always prints "anything" at least once at the beginning.
>
> How would you print such a tick notation in the very first measure?

What about

{
  c' f' b' g'
  \new Voice \with {
    \consists "Pitch_squash_engraver"
    \improvisationOn
    \omit Stem
  } {
    c c c c
  }
  f'2 g'
}

?

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

Reply via email to