| [tablatures] Patch: MultiMeasureRestNumber |
[ Thread Index | Date Index | More lilynet.net/tablatures Archives ]
when you have MusltiMeasureRests and use \compressFullBarRests, the number of compressed rests still appears at the beginning of the staff, see for example:
\version "2.13.5"
stuff = \relative c {
\compressFullBarRests
R1*3
\repeat percent 3 { c4 d e f g a b c }
c b a g f e d c
}
\score {
<<
\new Voice { \clef "treble_8" \stuff }
\new TabVoice { \clef "moderntab" \stuff }
>>
}
The attached patch fixes this.
Marc
Attachment:
0003-Tablature-enhancement-MultiMeasureRestNumber.patch.gz
Description: GNU Zip compressed data
| Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |