\markup "Shouldn't these two yield identical results?"
% context: see example from David Aldridge's Rhythm book
% mentioned on Finale blog and discussed on lilypond blog
% http://lilypondblog.org/2013/07/creating-anything-you-can-imagine-with-finale/

\new RhythmicStaff { c'1 c'1 }

\new DrumStaff \with {
  \override StaffSymbol #'line-count = #1
}
{
  c'1 c'1
}

Attachment: drumstaff vs rhythmicstaff.pdf
Description: Adobe PDF document

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

Reply via email to