lilypond-user
[Top][All Lists]
Advanced

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

Re: Color note heads outside nominal instrument range


From: Simon Albrecht
Subject: Re: Color note heads outside nominal instrument range
Date: Sun, 31 May 2015 15:41:02 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

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



reply via email to

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