Even worse, setting rotation doesn't work either if you set the color.
Example:

\version "2.8.0"
\relative c'{
 \override Hairpin #'rotation = #'(20 -1 0)
 g4\< b d f'\!
 \override Hairpin #'color = #(x11-color 'LimeGreen)
 g4\< b d f'\!
}

  /Mats

Matti Aaltonen wrote:

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 >>
        }





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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



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

Reply via email to