Am 21.06.2011 16:16, schrieb m...@apollinemike.com:
> On Jun 21, 2011, at 1:26 PM, Markus Pfaff wrote:
> 
>> A slur from one chord to another is positioned relative to the complete 
>> chord.
>>
>> In my opinion this reduces readability of the score. Shouldn't the slur go 
>> from the note inside of the chord wich it actually starts on to the note 
>> which it actually ends on (from a to bes in attached example for flamenco 
>> guitar)?
> 
> Hey Markus,
> 
> Slurs only make sense insofar as they act on individual voices.  To improve 
> the readability of your score, you could either :
> 
> (1) put the two slurred in a second voice
> (2) create a glissando just between the a and bes
\version "2.14.1"
\relative c' { \key f \major
  <<
  {<a e' a des e>8 ~ <a e' bes' des e>}\\
  {a'( bes)}
  >>
  <<
  {<a, e' a des e>8 ~ <a e' bes' des e>}
  {a'( bes)}
  >>
}

Attachment: ChordSlurTwoVoices.pdf
Description: application/force-download

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to