bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 2411 in lilypond: Slurs between different voices


From: lilypond
Subject: Re: Issue 2411 in lilypond: Slurs between different voices
Date: Sat, 17 Mar 2012 10:56:44 +0000


Comment #1 on issue 2411 by address@hidden: Slurs between different voices
http://code.google.com/p/lilypond/issues/detail?id=2411

Quote from a bug-lilypond posting by Francisco with suggested syntax and appearance:

I attach two. Op25-n3 is more obvious. Its code (w/o slur) would be
something like

\version "2.15.30"
\new Staff \relative f {
  <<
    \new Voice { \voiceOne d''16 c8. g16 f8. }
    \new Voice { \voiceTwo f8[ f'] c,[ c'] }
  >>
}


A comfortable syntax would be \startSlur #name ... \endSlur #name like in

  <<
    \new Voice { \voiceOne d''16 \startSlur #A  c8. }
    \new Voice { \voiceTwo f,8[ f']  \endSlur #A }
  >>

A #name would be reusable if the slur has ended in a previous column.
Otherwise, new names everywhere would be needed.



Attachments:
        pngExUs2m2J4D.png  2.7 KB
        pngiRfmYU6sRY.png  1.6 KB




reply via email to

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