lilypond-user
[Top][All Lists]
Advanced

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

Re: Re: <<aes,2. \\ {s4 ees2} \\ {s2 bes4}>>


From: Mats Bengtsson
Subject: Re: Re: <<aes,2. \\ {s4 ees2} \\ {s2 bes4}>>
Date: Fri, 4 Jan 2019 12:22:29 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:60.0) Gecko/20100101 Thunderbird/60.2.1


On 1/4/19 11:55, Thomas Morley wrote:
For the record, one could do:

\layout { \context { \Voice \remove Slur_engraver } }

\new Staff \with { \consists Slur_engraver }
{
   \key aes \major
   \clef bass
   \time 3/4
   <<
       aes,2.\=7( \\ { s4 ees2 } \\ s2. \\ { s2 bes4\=7) }
   >>
}

This has serious drawbacks, you'll not happy using it...

If you don't use phrasing slurs too much, you could do the same trick with a phrasing slur instead of a regular slur, perhaps with somewhat less serious drawbacks:

\layout { \context { \Voice \remove Phrasing_slur_engraver } }

\new Staff \with { \consists Phrasing_slur_engraver }
{
  \key aes \major
  \clef bass
  \time 3/4
  <<
      aes,2.\( \\ { s4 ees2 } \\ s2. \\ { s2 bes4\) }
  >>
}

   /Mats




reply via email to

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