bug-lilypond
[Top][All Lists]
Advanced

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

Re: Chord names collide with notes (vertical space missing on second lin


From: Ralph Palmer
Subject: Re: Chord names collide with notes (vertical space missing on second line staff)
Date: Thu, 12 Jan 2012 10:28:59 -0500

On Tue, Jan 10, 2012 at 7:55 PM, Carl Sorensen <address@hidden> wrote:

>
>
> On 1/10/12 10:03 AM, "Jean-Alexis Montignies" <address@hidden>
> wrote:
>
> >>
> >% no problem without mark alignment to the left or lyrics
> >% third staff line is to show that there's no problem after second line
> >
> >\score {
> >    <<
> >        \new ChordNames = "chords"  \chordmode { \repeat unfold 6 {g1 c:m
> >} }
> >       \new Voice = "theme"{
> >         \repeat unfold 3 {
> >         \once \override Score.RehearsalMark #'self-alignment-X = #LEFT
> >         \mark "mark"
> >         \repeat unfold 2 {g''4 b'8 g'  c'' b' g'4 |  d''8 g' c'' g' b'
> >a' r4 }
> >         }
> >       }
> >       \new Lyrics \lyricsto theme \lyricmode { \repeat unfold 72 "ba" }
> >>>
> >}
>
>
> Here's another example.
>
> When using -ddebug-skylines, and setting the nonstaff-relatedstaff-spacing
> #'padding = #0,  one can see that the chordnames on the second line are
> *not* being spaced relative to the notes and the staff, but somehow to
> notes only.  Very strange.
>
> \version "2.15.24"
>
> \score {
>  <<
>    \new ChordNames = "chords" {
>      \override VerticalAxisGroup #'nonstaff-relatedstaff-spacing
> #'padding = #0
>      \chordmode {\repeat unfold 3 { g1 } }
>     }
>    \new Voice = "theme" {
>      \repeat unfold 3 {
>        \once \override Score.RehearsalMark #'self-alignment-X = #LEFT
>         \mark "mark"        b'4 g'8 b' g' b' g' b'  \break
>      }
>    }
>    \new Lyrics \lyricsto theme \lyricmode { \repeat unfold 21 "A"}
>  >>
> }
>
>
> Thanks,
>
> Carl
>

I could not see that this had been submitted or that it was part of an open
issue. It has been submitted as issue 2217 :
http://code.google.com/p/lilypond/issues/detail?id=2217

Ralph


reply via email to

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