Greetings,
You wrote:-
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
I have a situation here with a few pieces in which I need to 'convert' every
note of these scores into a stemless note. What's the most
efficiently-coded and straight approach for "wrapping" the entire score with
some sort of "stem off" command? Is this possible? I hope I don't have to
manually do measure by measure, piece by piece.
Durations and whatnot are irrelevant, I simply need to remove all stems from
these scores - that's it. Thank you all, much appreciated!
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
If you put the following in the \layout block of each piece you should
get the desired result
\context {
\Staff
\override Stem.transparent = ##t
\override Flag.transparent = ##t
}
Hope this helps
Cheers
Bill
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user