2013/5/5 Peter O'Doherty <m...@peterodoherty.net>

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

Reply via email to