denemo-devel
[Top][All Lists]
Advanced

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

[Denemo-devel] [bug #33467] Bad lilypond for chord symbols when graces p


From: anonymous
Subject: [Denemo-devel] [bug #33467] Bad lilypond for chord symbols when graces present
Date: Sat, 04 Jun 2011 15:00:01 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1

URL:
  <http://savannah.gnu.org/bugs/?33467>

                 Summary: Bad lilypond for chord symbols when graces present
                 Project: Denemo
            Submitted by: None
            Submitted on: Sat 04 Jun 2011 03:00:01 PM UTC
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Hi,
Start a new score.  Enter a quarter rest, followed by, say, 7 more quarters,
giving a total of 2 bars.  Enter a chord symbol on the first beat of the first
bar, that quarter rest, and a chord symbol on the first beat of bar 2.  Check
the lilypond output: should look good.  Now, put an eighth note grace between
the 2nd and 3rd quarters of bar 1.  Check the lilypond now.  The chord symbols
have been displaced to the right by about an eighth note.  The problem is the
lilypond code outputted is like this:

MvmntIVoiceIChords = \new ChordNames \chordmode {
%chord symbols follow
 f4 s4\grace {} s8 s4
 s4 d4:7 s4 s4
 s4
 s1 
}

and that pointless \grace {} must be messing things up.  I've never heard of a
grace note chord symbol, so probably all grace notes should be cut out of the
chord names.  Of course, it'd be nicest if the rhythms were cleaned up
automatically changing s8 s4 s8 to just s2, but that would require more work.
-Dan W.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33467>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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