| Re: [frogs] FW: Issue 918 in lilypond: Enhancement: \RemoveEmpty*StaffContext for all appropriate contexts |
[ Thread Index | Date Index | More lilynet.net/frogs Archives ]
|
Hi Carl, Carl Sorensen wrote: Patch for review on Rietveld http://codereview.appspot.com/164045Dear Frogs, Here's a possible task for a frog. I think it should be possible to do in a relatively short time. Any takers? Thanks, Carl Cheers, Ian ------ Forwarded Message From: <lilypond@xxxxxxxxxxxxxx> Date: Mon, 30 Nov 2009 05:49:25 -0700 To: <Carl.D.Sorensen@xxxxxxxxx> Conversation: Issue 918 in lilypond: Enhancement: \RemoveEmpty*StaffContext for all appropriate contexts Subject: Issue 918 in lilypond: Enhancement: \RemoveEmpty*StaffContext for all appropriate contexts Status: Accepted Owner: v.villenave CC: Carl.D.Sorensen Labels: Type-Enhancement Priority-Medium Usability New issue 918 by v.villenave: Enhancement: \RemoveEmpty*StaffContext for all appropriate contexts http://code.google.com/p/lilypond/issues/detail?id=918 %% There are currently shortcuts for \RemoveEmptyStaffContext and %% \RemoveEmptyRhythmicStaffContext, but not for other contexts such as %% DrumStaff or TabStaff. \version "2.13.8" nul = { R1*4 \break } \layout { \context { \RemoveEmptyStaffContext % exists } \context { \RemoveEmptyRhythmicStaffContext % exists \context { % \RemoveEmptyDrumStaffContext % doesn't exist } \context { % \RemoveEmptyTabStaffContext % doesn't either. } } \score {<< \new Staff { c''1 c'' c'' c'' \break | \nul c'' } \new RhythmicStaff { c''1 c'' c'' c'' \break | \nul c''1 } \new DrumStaff \drummode { tomml1 tomml tomml tomml \break | \nul tomml } \new TabStaff { c'1 c c c \break | \nul c'1 } |
| Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |