Hello Valentin Yes, that does the trick, thanks a lot!
JM > Le 29 nov. 2021 à 19:42, Valentin Petzel <[email protected]> a écrit : > > Hello Jacques, > > Does this do the trick? > > \new ChordNames \chordmode { > \language "nederlands" > \key f \major > \numericTimeSignature \time 6/8 > > \clef "treble" > f4.:5.3 d:m | % 1 > \barNumberCheck #2 > | % 2 > \barNumberCheck #2 > > \once\override ChordName.text = "%" > \parenthesize d2.:m | % 2 HERE > > d2.:m | % 1 > \barNumberCheck #4 > | % 1 > \barNumberCheck #4 > } > > > Cheers, > Valentin > > Am Montag, 29. November 2021, 16:21:08 CET schrieb Jacques Menu: >> Hello Folks, >> >> I’d like to have the Dm in measure 2 displayed as ‘%’. Is that possible? >> Thanks! >> >> JM >> >> — >> >> Part_POne_HARMONIES_Staff_Voice_Eleven_HARMONIES = \chordmode { >> \language "nederlands" >> \key f \major >> \numericTimeSignature \time 6/8 >> >> \clef "treble" >> f4.:5.3 d:m | % 1 >> \barNumberCheck #2 >> >> | % 2 >> >> \barNumberCheck #2 >> >> \parenthesize d2.:m | % 2 HERE >> >> d2.:m | % 1 >> \barNumberCheck #4 >> >> | % 1 >> >> \barNumberCheck #4 >> }
