MMR/Measure counter stencil

2019-11-06 Thread Pierre Perol-Schneider
Hi All, I'm looking for a way to change the MMR counter stencil. Precisely, I need to get those numbers in italic. Herewith are pseudo italic numbers (italic-number.ily) and the tests: \version "2.19.83" \include "italicNumber.ily" %Test: \layout { indent = 0 } \markuplist { \number "0 1 2 3

Re: MMR/Measure counter stencil

2019-11-06 Thread Pierre Perol-Schneider
... forgoten file enclosed. Cheers, Pierre Le mer. 6 nov. 2019 à 19:22, Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com> a écrit : > Hi All, > I'm looking for a way to change the MMR counter stencil. > Precisely, I need to get those numbers in italic. > Herewith are pseudo italic number

Re: MMR/Measure counter stencil

2019-11-06 Thread Pierre Perol-Schneider
Ok, I got it: \once\override Staff.MultiMeasureRestNumber.stencil = #(lambda (grob) (grob-interpret-markup grob #{ \markup\concat\numberItalic { 2 7 } #})) \compressFullBarRests R8*12*27 Sorry for the noise. Le mer. 6 nov. 2019 à 20:54, Pierre Perol-Schneider < pierre.s