lilypond-user
[Top][All Lists]
Advanced

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

Re: Recursive percent repeats


From: Rune Zedeler
Subject: Re: Recursive percent repeats
Date: Thu, 04 Jul 2002 19:44:05 +0200 (MET DST)
User-agent: IMP/PHP IMAP webmail program 2.2.6

Citat Erik Sandberg <address@hidden>:

> How should
> I do 
> to get the desired result?


If you are desperate then you could try with (untested)

\repeat percent 3 {
  [music]
  \property Staff.NoteHead \override #'style = #'slash
  \property Staff.Stem \override #'thickness = #0
  b'2
  \property Staff.Stem \revert #'thickness
  \property Staff.NoteHead \revert #'style
}


-Rune



reply via email to

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