> 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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to