lilypond-user
[Top][All Lists]
Advanced

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

Looking for a "nothingBut" function


From: Pierre Perol-Schneider
Subject: Looking for a "nothingBut" function
Date: Wed, 21 Jan 2015 15:33:12 +0100

Hi LPonders,

I'm thinking about - looking for - a function that could print only a choosen grob list where, for example, this:

\version "2.19.15"

\new Staff
  \with {
    \omit StaffSymbol
    \omit Clef
    \omit TimeSignature
    \omit BarLine
    \omit Beam
    \omit Stem
    %\omit etc.
    \remove Ledger_line_engraver
    %\remove etc.
  }
  { \repeat unfold 8 cis'8 }

should be re-written like:

\version "2.19.15"

\new Staff
  \with { \nothingBut #'(NoteHead Accidental) }
  { \repeat unfold 8 cis'8 }

Has someone already done that?
Does a similar function exist?

TIA
Pierre





reply via email to

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