bug-lilypond
[Top][All Lists]
Advanced

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

Bug with \unHideNotes command


From: Nick Busigin
Subject: Bug with \unHideNotes command
Date: Mon, 19 Jan 2004 12:42:40 -0500 (EST)

The \unHideNotes command appears to have a bug.  Here's a short lily
program which demonstrates the bug.  A PNG file is attached which shows
the output.

                                      Nick

------ lily program starts below this line ------

% This demonstrates a bug with the \hideNotes and \unHideNotes macros
%
% Bug description: after using these macros:
%   - eighth note stems don't display the flag
%   - crosshead noteheads don't display

#(set-staff-size 20)

\paper  {
  raggedright = ##t
}

\version "2.1.12"

% Macros for changing noteheads to crosshead and back
Xhead    = \property Staff.NoteHead \override #'style = #'cross
NoXhead = \property Staff.NoteHead \revert #'style 

\score {
  \notes \relative c' {
     c e g \hideNotes  a8^\markup { \center <"Hidden" "8th Note" "below"> } 
\unHideNotes  a
     \Xhead g^\markup { "x-heads" }  g g g \NoXhead c^\markup { "no x-heads" }  
d g c,

   } % notes
} %score 

------ lily program ends just above this line ------

==============------- www.SongBirdofSwing.com -------==================
Nick Busigin                                             address@hidden
            Visit Our Indie Jazz CD Construction Project!

==============------- www.SongBirdofSwing.com -------==================



PNG image


reply via email to

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