lilypond-user
[Top][All Lists]
Advanced

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

Re: Demo: Score and parts template


From: tisimst
Subject: Re: Demo: Score and parts template
Date: Wed, 14 Jan 2015 09:36:52 -0700 (MST)

Johan Vromans wrote
> It works for many structure-related items but unfortunately not for
> repeats.

Sure it does! LP doesn't force the repeat structure into simultaneous voices
(maybe it should, maybe it shouldn't). The user just needs to be more
diligent to put \repeats in the other voices, too. Is it more coding? Sure,
but it does the right thing (as the saying goes):

sopranoNotes = \relative c' { 
  c1 
  \repeat volta 2 { d1 } \alternative { { e1 } { f1 } }
  \bar "||" g1 \bar "|." 
} 

I think that leaving out the repeats in a voice that SHOULD BE repeating, is
incorrect coding, ESPECIALLY when you know you'll be re-using the parts like
this demo is supposed to show how to do.

Just my thoughts on the matter,
Abraham



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Demo-Score-and-parts-template-tp170276p170470.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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