Re: \chordMode question

2022-10-20 Thread Jacques Menu
Thanks Jean and Yagloops, I had overlooked the quarter note default length! JM > Le 20 oct. 2022 à 12:59, Jacques Menu a écrit : > > Hello folks, > > Strangely enough, the first three chords in > Part_POne_HARMONIES_Staff_Voice_Eleven_HARMONIES below are quater notes, and > not whole notes

Re: \chordMode question

2022-10-20 Thread Martín Rincón Botero
Hi Jacques, it seems that you just forgot to write "1" in the first chord. Part_POne_HARMONIES_Staff_Voice_Eleven_HARMONIES = \chordmode { \language "nederlands" \key c \major \numericTimeSignature \time 4/4 \clef "treble"

Re: \chordMode question

2022-10-20 Thread Tim's Bitstream
 > On Oct 20, 2022, at 6:14 AM, Jacques Menu wrote: > Hello folks, > > Strangely enough, the first three chords in > Part_POne_HARMONIES_Staff_Voice_Eleven_HARMONIES below are quater notes, and > not whole notes as I expected. > > Any hint why is welcome! > > JM > > %%% > >

Re: \chordMode question

2022-10-20 Thread Leo Correia de Verdier
Hi Jaques! The chords do not have any specified duration, so they fall back to the default duration, which is a quarter note. For them to have a whole notes length at least the first of them has to have a specified duration, like c1:m . After the first chord having a specified duration the

Re: \chordMode question

2022-10-20 Thread Jean Abou Samra
Hi Jacques, > Le 20/10/2022 12:59 CEST, Jacques Menu a écrit : > > > Hello folks, > > Strangely enough, the first three chords in  > Part_POne_HARMONIES_Staff_Voice_Eleven_HARMONIES below are quater notes, and > not whole notes as I expected. Not sure why you would expect them to be whole

Re: \chordMode question

2022-10-20 Thread Ya Gloops
Hi Jacques ! Defaut is quarter notes not whole ! Part_POne_HARMONIES_Staff_Voice_Eleven_HARMONIES = \chordmode {   \language "nederlands"   \key c \major   \numericTimeSignature \time 4/4   \clef "treble"   c1:m f:m7 g:maj7 cis:aug/gis   % <- HERE } Part_POne_Staff_One_Voice_One =

\chordMode question

2022-10-20 Thread Jacques Menu
Hello folks, Strangely enough, the first three chords in Part_POne_HARMONIES_Staff_Voice_Eleven_HARMONIES below are quater notes, and not whole notes as I expected. Any hint why is welcome! JM %%% \version "2.23.13" Part_POne_HARMONIES_Staff_Voice_Eleven_HARMONIES = \chordmode

Re: \chordmode question

2021-11-29 Thread Jacques Menu
Hello Valentin Yes, that does the trick, thanks a lot! JM > Le 29 nov. 2021 à 19:42, Valentin Petzel a écrit : > > Hello Jacques, > > Does this do the trick? > > \new ChordNames \chordmode { > \language "nederlands" > \key f \major > \numericTimeSignature \time 6/8 > > \clef "treble" >

Re: \chordmode question

2021-11-29 Thread Valentin Petzel
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

\chordmode question

2021-11-29 Thread 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