Re: how to force extra accidental in this case

2014-09-19 Thread Stefan Thomas
> > > > *From:* lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto: > lilypond-user-bounces+carsonmark=ca.rr@gnu.org] *On Behalf Of *Federico > Bruni > *Sent:* Friday, September 19, 2014 11:37 AM > *To:* Stefan Thomas > *Cc:* lilypond-user > *Subject:* Re: ho

RE: how to force extra accidental in this case

2014-09-19 Thread Mark Stephen Mrotek
nt. Mark From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Federico Bruni Sent: Friday, September 19, 2014 11:37 AM To: Stefan Thomas Cc: lilypond-user Subject: Re: how to force extra accidental in this case

Re: how to force extra accidental in this case

2014-09-19 Thread TaoCG
By the way, the braces in your definition of UpperMusic are not necessary. -- View this message in context: http://lilypond.1069038.n5.nabble.com/how-to-force-extra-accidental-in-this-case-tp166605p166613.html Sent from the User mailing list archive at Nabble.com

Re: how to force extra accidental in this case

2014-09-19 Thread TaoCG
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-

Re: how to force extra accidental in this case

2014-09-19 Thread Federico Bruni
2014-09-19 20:03 GMT+02:00 Stefan Thomas : > 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 }

how to force extra accidental in this case

2014-09-19 Thread Stefan Thomas
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 =