Good Day!

 

A piece begins with an anacrusis - see attached file "without.ly." When the
"g" is notated as an appoggiatura to the "f" - see attached file "with.ly" -
some dreck appears.

 

http://lsr.dsi.unimi.it/LSR/Item?id=183 states that the grace should appear
after the "\partial." Placing the appoggiatura before or after the
"\partial" produces the same dreck.

 

Where did I go wrong?

 

Thank you for your kind attention.

 

Mark

 

'

\version "2.16.2"

global = {
  \key bes \major
  \time 4/4
}

right = \relative c'' {
  \global
  \partial 4
   g'16 f ees d |
  
}

left = \relative c' {
  \global
  \partial 4
  r4 \clef treble |
  
}

\score {
  \new PianoStaff
  <<
    \new Staff = "right" \right
    \new Staff = "left" { \clef bass \left }
  >>
  \layout { }
}
\version "2.16.2"

global = {
  \key bes \major
  \time 4/4
}

right = \relative c'' {
  \global
  
   \appoggiatura g'16
   \partial 4 f8 ees16 d |
  
}

left = \relative c' {
  \global
  
  r4 \clef treble |
  
}

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

Reply via email to