lilypond-user
[Top][All Lists]
Advanced

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

Re: Configuration doubleslur?


From: Pieter Terpstra
Subject: Re: Configuration doubleslur?
Date: Fri, 27 Oct 2017 09:55:05 -0700
User-agent: KNode/4.14.10

Pieter Terpstra wrote:

> Configuration doubleslur?
> 

Solved it in this way, but maybe someone knows a simpler or better way?

\relative c' {
  \time 2/4
   <<  { 
   \voiceOne
   %\override Slur.positions = #'(-3 . -3)
   r8 <fis ais>[<d g>_(<fis ais>)]
    } \\ {
   \voiceTwo
   \hideNotes
   r8 s [<d g>^(<fis ais>)]
   } >>
}

Kindly,

   Peter




reply via email to

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