Am 22.10.2012 16:30, schrieb Gagi Petrovic:
Dear Ponders, how can one change the defaults for voiceOneStyle? Or is
it just as easy to create a custom style? Thank you!
Kind regards, Gagi
example of code:
<< \voiceOne { d2~\( d8[es] as16[f g8~]\) }
\new Voice { \voiceTwo \voiceOneStyle d2~ d2 }
>> \oneVoice
I don't know what you want to achieve, but
\voiceOneStyle is defined in ly/property-init.ly as
voiceOneStyle = {
\override NoteHead #'style = #'diamond
\override NoteHead #'color = #red
\override Stem #'color = #red
\override Flag #'color = #red
\override Beam #'color = #red
}
so you can define
mySuperVoiceStyle = { ... }
with the settings you like.
HTH,
Marc
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user