lilypond-user
[Top][All Lists]
Advanced

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

how to force extra accidental in this case


From: Stefan Thomas
Subject: how to force extra accidental in this case
Date: Fri, 19 Sep 2014 20:03:54 +0200

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

>>

}




reply via email to

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