lilypond-user
[Top][All Lists]
Advanced

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

A staff change and phrasing slur problem


From: Robert Blackstone
Subject: A staff change and phrasing slur problem
Date: Tue, 14 Feb 2017 14:27:43 +0100

Dear all,

I have been struggling for many hours with a pianoscore in which the mostly 
polyphonic text regularly switches between the treble staff and the bass staff.
There should be (phrasing-) slurs joining the beamed groups of notes.
Sometimes these slurs do not appear, as in the upper voice  between b.2 an b.3 
in the ME.
Probably I do something wrong but I have not been able to find out what.

Can someone help me out?

Thanks in advance.

Best regards,

Robert Blackstone


%%%%%%%%%%%%%%%%% 
\version "2.18.2"

upper  = {
  \clef treble
  \time 3/8
s8 s8 s8 | %1
s8 s8 s8 | %2
s8 s8 s8  | %3  
 }

lower = {
  \clef bass
  \time 3/8
  << { a8 [ b ]  \( c' [  \)  }  \\ {\stemDown  c8 [ d ]\( e [ \)  } >> | %1
<< { d'8 ] \( \change Staff = "upper" e' \) [ f' ] \(  }  \\ { \stemDown f8 \(  
] g \)  [ a  ]  \(   } >> | %2
<< { \change Staff = "upper"  g' \)  [ a' b' ]   }  \\ { \change Staff = 
"upper" \stemDown b \)  [ c' d'  ]  } >> | %3  
}

\score {
  \new PianoStaff 
  }
  <<
    \new Staff = "upper" \upper
    \new Staff = "lower"  \lower
  >>
  \layout { }
}
%%%%%%%%%%%%%%%%%%%%


reply via email to

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