Re: bar check bug in Lilypond 2.22.2 ??

2022-10-20 Thread Flaming Hakama by Elaine
> > -- Forwarded message -- > From: Kenneth Wolcott > To: Lily Pond > Cc: > Bcc: > Date: Thu, 20 Oct 2022 15:01:05 -0700 > Subject: bar check bug in Lilypond 2.22.2 ?? > Hi; > > bar check bug in Lilypond 2.22.2 ?? > > I must be doing something dumb! > > I am not able to find the c

Re: bar check bug in Lilypond 2.22.2 ??

2022-10-20 Thread Jean Abou Samra
Le 21/10/2022 à 00:01, Kenneth Wolcott a écrit : Hi; bar check bug in Lilypond 2.22.2 ?? I must be doing something dumb! I am not able to find the cause of a bar check warning occurring at the same bar (#85) in all five parts. time is 4/4 Workaround was to disable bar checks at bar #85 and b

Re: bar check bug in Lilypond 2.22.2 ??

2022-10-20 Thread Jean Abou Samra
Le 21/10/2022 à 00:19, Jean Abou Samra a écrit : The measure after \mBreak cumulates the durations 1st line: 4 8th notes + one half note = one whole note 2nd line: 10 8th notes + 1 quarter note = one whole note and a half Overall: two whole notes and a half. Again, not right. Oh, I see. Sorr

Re: pdf not created

2022-10-20 Thread Abraham Lee
Just guessing, but is the old PDF open in a separate viewer? Some viewers lock the file and Lilypond won't be able to overwrite the old one until the file is closed in the viewer. The other possible thing I can think of is saving the input file first, then compiling it. If you don't save, the PDF

pdf not created

2022-10-20 Thread thedoctor81877--- via LilyPond user discussion
I have a lilypond file, and I changed the title and subtitle and recompiled using Frescobaldi; however, I now am not getting a pdf file created. I am using: Frescobaldi 3.2 Lilypond 2.22.2 Pop OS 22.04 Thanks, Michael D -- Sent with Tutanota, enjoy secure & ad-free emails.

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 a

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 subs

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 n

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 = \abs

\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 {