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: Gilles THIBAULT
Subject: Re: Color note heads outside nominal instrument range
Date: Sun, 31 May 2015 15:09:34 +0200
User-agent: KMail/4.12.5 (Linux/3.14.43-desktop-1.mga4; KDE/4.12.5; x86_64; ; )

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 
  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 that has remained since the great update of all the 
snippets of the LSR, 1 or 2 years ago (thanks Pierre Perol-Schneider for this 
big works).

-- 
Gilles



reply via email to

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