lilypond-user
[Top][All Lists]
Advanced

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

Moving a slur down


From: Knute Snortum
Subject: Moving a slur down
Date: Tue, 6 Jan 2015 09:00:27 -0800

Dear LilyPonders:

I am having trouble trying to move a slur down so that it doesn't collide with a note head from another voice.  See below:

%%% Start
\version "2.18.2"
\language "english"

global = {
  \key c \minor
  \time 2/4
}

\score {
  \new PianoStaff <<
    \new Staff {
      \global
      \relative c'' {
        << 
          { <c c,>2 | } 
          \\
          { \once \override Slur.Y-offset = #-2 g4 ( ef) | } 
        >>
      }
    }
    \new Staff {
      \global
      \clef bass
      \relative c {
        <<
          { c2 | } 
          \\
          { g4( ef) | }
        >>
      }
    }
  >>
}
%%% End

Knute Snortum
(via Gmail)

reply via email to

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