lilypond-devel
[Top][All Lists]
Advanced

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

Re: status of spanner IDs across voices?


From: David Kastrup
Subject: Re: status of spanner IDs across voices?
Date: Fri, 10 Feb 2017 13:59:30 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Werner LEMBERG <address@hidden> writes:

>> > And yes, I would need it especially for slurs.
>> 
>> Anything you cannot do right now?  Because the existing code for
>> slurs is actually sort-of a blueprint for that kind of
>> functionality.
>
> I would like to notate
>
>   << { c'2( e'2) } \\
>      { s2   c'2  } >>
>
> as
>
>   c'2\=1( << { e'2\=1) } \\
>              { c'2     } >>
>
> but this currently doesn't work (I'm using 2.19.46).  It would be
> great if I'm missing something and it actually *does* work somehow!

\layout {
  \context {
    \Voice
    \remove "Slur_engraver"
  }
  \context {
    \Staff
    \consists "Slur_engraver"
  }
}

is of course the simplest way.

-- 
David Kastrup



reply via email to

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