lilypond-user
[Top][All Lists]
Advanced

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

Re: Cross noteheads


From: Gilles
Subject: Re: Cross noteheads
Date: Thu, 17 Nov 2005 01:36:53 +0100
User-agent: Mutt/1.5.11

> When I attempt to override the notehead style to cross, I get the  
> following output in the console:
> 

This works fine here:

%---
\version "2.6.0"

themusic = \new Staff
\relative c'' {
  c4 d
  \override NoteHead #'style = #'cross
  e f
  \revert NoteHead #'style
  c d
}

\score {
  \themusic
  \layout {}
}
%--


> c4 d
> \override NoteHead #’style = #’cross
> e f
> \revert NoteHead #’style
> 

But... When I copy-pasted the above, the quotes seemed "unusual",
which might be the cause of the problem (as discussed a few posts
ago).


Best,
Gilles




reply via email to

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