Am 31.05.2015 um 15:09 schrieb Gilles THIBAULT:
Le samedi 30 mai 2015, 12:22:45 David Nalesnik a écrit :

Have you seen http://lsr.di.unimi.it/LSR/Item?id=773?
Just note that if you want to understand this snippet,  you have to change the
code :

%%%%
music = \relative {
   c4 d e f
   g^"g'" a b c
   d e f g^"g''" a b c2
}
%%%%%

by

%%%%
music = \relative c' {
   c4 d e f
or
music = \relative {
  c'4 …
   g^"g'" a b c
   d e f g^"g''" a b c2
}
%% (default relative note has changed
%% in the last versions of Lilypond)
%%%%

It is just a little typo
And I wondered why the example didn’t make sense :-)
Thanks for the snip!
Yours, Simon

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to