Hello,

 

In the attached file ( cadenza.ly ) everything should fit in one measure,
i.e., the last quaver in each staff should be on the first beat of the next
measure.

 

I have counted, and counted again, and cannot find my error.

 

Your assistance shall be greatly appreciated.

 

Mark

\version "2.16.2"

TheCadenza = { ees'32-3 [ d c bes a g ] f [ a g bes a c ]
           bes [ a g f e ] e-1 [ g f-1 a g bes ]
           a [ g f ees-3 d ] \bar "" \break
           g [ f es d c b-3 bes a aes-3 
           g ges-3 f e ees-4 d des c ces-3 ] bes8 ( [ a ] ) }


global = {
  \key es \major
  \numericTimeSignature
  \time 3/4
}

right = \relative c'' {
  \global
  
  f4\fermata\fz \cadenzaOn
  \TheCadenza \cadenzaOff aes4\fermata ( g16 ) ( bes aes c ) |
  bes8\staccatissimo

  
}

left = \relative c' {
  \global
  
  < aes, bes d f >4\fermata
  #(skip-of-length TheCadenza) r4\fermata r \clef bass |
  < ees g>8

  
}

\score {
  \new PianoStaff <<
    \new Staff = "right" \right
    \new Staff = "left" { \clef bass \left }
  >>
  
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to