bug-lilypond
[Top][All Lists]
Advanced

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

hideNotes does not work if you override color


From: Matti Aaltonen
Subject: hideNotes does not work if you override color
Date: Sat, 12 Aug 2006 09:50:43 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hello.

I noticed that if you use \override color then \hideNotes does not work.

Cheers, Matti Aaltonen, Finland



\header {
  title = "If you color notes"
  subtitle = "then hideNotes doesn't work"
  source = ""
  composer = "Lily Pond"
  enteredby = ""
  copyright = "..."
}

\include "english.ly"
\version "2.8.5"

vocala = \context Staff \relative c'' \new Voice = melodya
        {

       \stemUp d8 d d d d d d d
        }
vocalb = \context Staff \relative c'' \new Voice = melodyb
        {
        \override NoteHead #'color = #(x11-color 'LimeGreen)
        \override Rest #'color = #(x11-color 'LimeGreen)
        \override Beam #'color = #(x11-color "LimeGreen")
      \override Stem #'color = #(x11-color 'LimeGreen)

      \stemDown a8 a a a \hideNotes a a a a \unHideNotes 
        }


\score 
        {
        \new Staff = "treble" << 
        \vocala 
        \vocalb >>
        }







reply via email to

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