bug-lilypond
[Top][All Lists]
Advanced

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

RhythmicStaff not squasing out all the noteheads


From: Rick Hansen (aka RickH)
Subject: RhythmicStaff not squasing out all the noteheads
Date: Fri, 22 Dec 2006 08:42:57 -0800 (PST)

The RhythmicStaff is not squashing out all the noteheads like it should be. 
It is common to want to re-use the notes of a chord progression as either a
rhythmic staff or a notes staff (to avoid having to write more music just
for the rhythmic staff).  When you use chords on RhythmicStaff it is not
squashing out the noteheads.  IOW RhythmicStaff should only recognize
durations and not care about notes.  Here is sample code that demonstrates
the bug:

\new RhythmicStaff {
     \time 4/4
     <c e g>2
     <c e g>2
     <c e g>2
     <c e g>4
     <c e g>4
}

\new RhythmicStaff {
     \time 4/4
     <c>2
     <e>2
     <g>2
     <c>4
     <e>4
}


-- 
View this message in context: 
http://www.nabble.com/RhythmicStaff-not-squasing-out-all-the-noteheads-tf2871439.html#a8025686
Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com.





reply via email to

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