lilypond-user
[Top][All Lists]
Advanced

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

Re: Ticks


From: Janek Warchoł
Subject: Re: Ticks
Date: Wed, 2 Jul 2014 22:10:40 +0200

Hi,

2014-07-02 22:01 GMT+02:00 Francisco Vila <address@hidden>:
> 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'
}

?



reply via email to

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