lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: \chordmode question


From: Valentin Petzel
Subject: Re: \chordmode question
Date: Mon, 29 Nov 2021 19:42:26 +0100

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
> }

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]