lilypond-user
[Top][All Lists]
Advanced

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

slur over break


From: Molly Preston
Subject: slur over break
Date: Wed, 26 May 2021 12:10:07 -0400

\version "2.20.0"


\score { <<
  
  \new Staff {
    \new Voice 
    dis'2. cis'4 ~ 
    cis'4 e'4 dis'2 
  }
  \addlyrics {leop -- ard crys -- tal}
<<
  \new PianoStaff 
  \new Staff = "upper"
  {
   \shape #'((0 . 0.5) (0 . 0.5) (0 . 0.5) (0 . 5)) PhrasingSlur
    d'8 \(
   \change Staff = "lower"
   d 
   
    \change Staff = "upper"
    d'' '
    \change Staff = "lower"
    d
    \change Staff = "upper"
    d''8 
   \change Staff = "lower"
   d 
   
    \change Staff = "upper"
    d'' 
    \change Staff = "lower"
    d
    \break
    \change Staff = "upper"
    
    d''8 
   \change Staff = "lower"
   d 
   
    \change Staff = "upper"
    d''' 
    \change Staff = "lower"
    d
    \change Staff = "upper"
    d''8 
   \change Staff = "lower"
   d 
   
    \change Staff = "upper"
    d'' 
    \change Staff = "lower"
    d 
    \change Staff = "upper"
    <d'd''>2\) r2
   
  }
  \new Staff = "lower" {
    \clef bass
    s1*3
  }
  
  >>

         >> }

This might be the closest I can get to a tiny example right now. It isn't exactly doing what it's doing in my score. In my score there is more space between the voice and piano. Where it says crystal in this example is where the slur is colliding with the lyrics in my score. The accompaniment is chords, the melody is approximately correct. 

I used \shape in this example to move the end of the slur up a bit at the end of the first measure, but I don't think it changes the rest of the slur after the break. I am wondering why this is? And how to correct it? 

I guess I'm looking for any advice on how you prefer to tweak your slurs. How do you all do it? What's easiest for you and why? 

I really prefer using lilypond, but my teacher may actually make me get Sibelius when he sees all these slur mishaps lol. I've used lilypond for years because I loathed Finale. I just still have a lot to learn and understand.

-Molly

reply via email to

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