bugDenemo - Bugs: bug #25847, Notation chords with triplets not...

 
 

bug #25847: Notation chords with triplets not OK

Submitter:  None
Submitted:  Fri 13 Mar 2009 11:10:25 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Originator Name:  Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Sun 11 Apr 2010 03:29:42 PM UTC, comment #7: 

Thank you Richard very much for taking action so quickly!

Maciej Dudek <mdudek>
Sun 11 Apr 2010 02:52:01 PM UTC, comment #6: 

Thank you for persisting with this. The bug occurs if there is no chord symbol before the first tuplet in the staff.
Now fixed in git.

Richard Shann <rshann>
Group administrator
Sun 11 Apr 2010 10:51:13 AM UTC, comment #5: 

I have also checked this against the compiled exe version 0.8.16. It doesn't seem to work. Steps to reproduce this problem:

With a new score:
1. Start triplet
2. Enter 6 quarter notes.
3. End tuplet
4. Enter a chord name on the last note: Edit chord symbols ->
a:m7

The exe 0.8.16 version gave me this lilypond code:

MvmntIVoiceI =  {

          \times 2/3 { f''4 f'' f'' f'' f'' f'' } \bar "|."

}





MvmntIVoiceIChords = \new ChordNames \chordmode {

   s4  s4  s4  s4  s4 a4:m7}

 

}

I've also tried with the development 0.8.17 version under Linux with the same results. What am I doing wrong?

This bug prevents me from writing jazz scores. Please see if you can correct it. Thank you.

Maciej Dudek <mdudek>
Thu 25 Mar 2010 06:34:30 PM UTC, comment #4: 

I have checked that it is working.
e.g. I see this:

% The music follows

MvmntIVoiceI =  {
          aes4 \times 2/3 { a'8 g' f' } a'2%|
         a' \bar "|."
}


MvmntIVoiceIChords = \new ChordNames \chordmode {
   s4\times 2/3 { a8  s8  s8}
 c2
  s2
}

Can someone else check - I only have the development stuff here.

Richard Shann <rshann>
Group administrator
Wed 24 Mar 2010 10:04:12 PM UTC, comment #3: 

I have downloaded the newest version (0.8.16) and it doesn't seem to work as intended. The bug still persists:


MvmntIVoiceI =  {
          \times 2/3 { a'2 a' a' } \bar "|."
}


MvmntIVoiceIChords = \new ChordNames \chordmode {
  a2:min a2:min a2:min}
 
}


There is still no "\times 2/3 {}" block in the chords section. Can you please check if the fix has been included in the newest release? Thank you

Maciej Dudek <mdudek>
Sun 21 Mar 2010 08:47:58 AM UTC, comment #2: 

thanks for the researches. This should be fixed now in git.

Richard Shann <rshann>
Group administrator
Sat 20 Mar 2010 09:01:25 PM UTC, comment #1: 

Since this is a for me too, I have researched a little bit. You can edit the lilypond script in such a way as to include the triplets into the chord section of the script.

So you can change:

a4:7 a4:7 a4:7

to:

\times 2/3 { a4:7 a4:7 a4:7 }

After doing so lilypond will generate a proper pdf file with the desired result.

However, after doing it manually outside the editor, denemo doesn't open such file correctly.

So it seems the fix to the problem would be to make denemo insert the triplets into the chord section as well, not only to the notes section.

This seems to be a serious issue, because as far as I understand it you can't have both triplets and chords names at once in the score! Or is there another way of dealing with this issue?

Anonymous
Fri 13 Mar 2009 11:10:25 AM UTC, original submission:  

The notation of chords with the menu Other/Edit Chords is not correct when there are triplets. In the document of printing, the chords move to the right after the triplets.

I attach two examples, one without triplets (La Mal-Aimable.denemo) and the other one with triplets (La Mal-Aimable2.denemo), of the same melody.


Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #17674:  La Mal-Aimable2.denemo added by None (3KiB - application/octet-stream)
file #17673:  La Mal-Aimable.denemo added by None (3KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mdudek (Posted a comment)
  • -email is unavailable- added by rshann (Updated the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 7 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-04-11 rshann StatusNeed Info Fixed
        Open/ClosedOpen Closed
    2010-03-25 rshann StatusFixed Need Info
    2010-03-21 rshann StatusConfirmed Fixed
    2009-03-13 rshann StatusNone Confirmed
    2009-03-13 None Attached File- Added La Mal-Aimable2.denemo, #17674
    2009-03-13 None Attached File- Added La Mal-Aimable.denemo, #17673

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code