lilypond-user
[Top][All Lists]
Advanced

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

Re: Remove flag


From: Federico Bruni
Subject: Re: Remove flag
Date: Sun, 5 May 2013 12:03:01 +0200

2013/5/5 Peter O'Doherty <address@hidden>
Hi list,

At certain points in a score I want to remove stem, beam and flags from notes, leaving only the note heads. Two questions: is there an easier way to do it than using these three \overides and why does the third override on the flags throw an error on version 2.16.0:

warning: cannot find property type-check for `flag-style' (backend-type?). perhaps a typing error?



\override Voice.Stem #'transparent = ##t

\override Voice.Beam #'transparent = ##t

\override Voice.Stem #'flag-style = #'no-flag



If you look at the Changes manual of 2.16 you see that:
"Flags are now treated as separate objects rather than as stem parts."

\overriide Flag #'transparent = ##t

should work
 

reply via email to

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