lilypond-user
[Top][All Lists]
Advanced

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

Re: how to force extra accidental in this case


From: TaoCG
Subject: Re: how to force extra accidental in this case
Date: Fri, 19 Sep 2014 12:05:25 -0700 (PDT)

You could do it by changing the accidental style in your spacer voice.

\version "2.18.2"

Uppernotes = { \repeat "unfold" 8 { cis'8 } }

accidentals = {
    s2
    \accidentalStyle Staff.dodecaphonic
    s8
    \accidentalStyle Staff.default
    s4.
} % doesn't work


LowerMusic = { r2 c'!8 r r4 }

UpperMusic = { \context Voice << { \Uppernotes } {\accidentals } >> }


\score {

\new PianoStaff

<<

\new Staff \UpperMusic

\new Staff \LowerMusic

>>

}



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/how-to-force-extra-accidental-in-this-case-tp166605p166611.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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