2014-09-19 20:03 GMT+02:00 Stefan Thomas <kontrapunktste...@gmail.com>:

> Dear community,
> how can I force an extra accidental in the upper voice in the below quoted
> context?
> I would like to do it in the defintion of the variable called accidentals.
>
> \version "2.18.2"
>
>
> Uppernotes = { \repeat "unfold" 8 { cis'8 } }
>
> accidentals = { s2 s!4 s } % doesn't work
>
>
> LowerMusic = { r2 c'!8 r r4 }
>
> UpperMusic = { \context Voice << { \Uppernotes } {\accidentals } >> }
>
>
> \score {
>
> \new PianoStaff
>
> <<
>
> \new Staff \UpperMusic
>
> \new Staff \LowerMusic
>
> >>
>
>  }
>
>
>
a spacer rest (s) cannot have an accidental
I don't understand what the variable accidentals is supposed to do
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to