bug-lilypond
[Top][All Lists]
Advanced

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

Re: chords offset


From: Graham Percival
Subject: Re: chords offset
Date: Sun, 02 Dec 2007 21:08:12 -0800
User-agent: Thunderbird 2.0.0.6 (X11/20071022)

Please create a minimal example of this. At first glance, I think this is because the chords are in different contexts, but I'd like to see a much smaller example before examining in more detail.

There are some tips about minimal examples here:
http://lilypond.org/web/devel/participating/bugs

Cheers,
- Graham

maestraccio wrote:
I'm not top posting.

%% chords appear disaligned

\version "2.10.33"
\header
 {
  title = "Chords"
  subtitle = ""
  composer = ""
 }

upper = \relative c''

{
 \clef treble
 \key e \minor
 \time 4/4
 {
  <<
   {
    c1~|c4 d, e fis |
   }
  \\
   {
    <c e>1~|<c e>1 |
   }
  \\
   \new ChordNames
   \chordmode
   {
    a1:m7 |d:7 |
   }
  >>
 }
 {
  <<
   {
    b'2 b~|b4 c, d e |
   }
  \\
   {
    <b d>~|<b d> |
   }
  \\
   \new ChordNames
   \chordmode
   {
    g:maj7 |c:maj7 |
   }
  >>
 }


}

lower = \relative c'

{
 \clef bass
 \key e \minor
 \time 4/4
 {
  <<
   {
    g1 |fis~|
   }
  \\
   {
    a,1 |d |
   }
  >>
 }
 {
  <<
   {
    fis |e |
   }
  \\
   {
    g, |c |
   }
  >>
 }
}

\score
{
 \new PianoStaff
  <<
   \set PianoStaff.instrumentName = "Piano"
   \new Staff = "upper" \upper
   \new Staff = "lower" \lower
  >>
 \layout { }
 \midi { }
}



_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond





reply via email to

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