lilypond-user
[Top][All Lists]
Advanced

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

Re: mass skip


From: Rune Zedeler
Subject: Re: mass skip
Date: Wed, 27 Nov 2002 18:54:45 +0100

Mats Bengtsson wrote:

> but set the NoteHead property #'transparent = ##t

Whoops, I didn't think enough.
You can turn off the noteheads by setting them to \turnOff - and in this
way avoid the paper-hacking:

mela = \notes \relative c' { a-. c e-> a\fermata }
melb = \notes \relative c' { c g'2 c'4 }
\score {
  <
      \context Voice=va \mela
      \context Voice=vb <
          \melb
          \context Thread=tb {
              \property Thread.NoteHead = \turnOff \mela
          }
     >
  >
}


Afaics this solution produces the same result as my previos attempt -
but it is less code (in the paper block, at least).

-Rune




reply via email to

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