Re: Appoggiatura in Anacrusis

2013-06-03 Thread Jean-Charles Malahieude

Le 03/06/2013 17:32, Mark Stephen Mrotek disait :

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.



Both hands don't have the same duration since one of them (RH) begins 
before in order to give a grace note.


Just have a \grace s16 in the left hand.

Cheers,
Jean-Charles



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Appoggiatura in Anacrusis

2013-06-03 Thread Mark Stephen Mrotek
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