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
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user