lilypond-user
[Top][All Lists]
Advanced

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

Re: Helpless with system spacing


From: David Wright
Subject: Re: Helpless with system spacing
Date: Sun, 1 Mar 2020 19:22:48 -0600
User-agent: Mutt/1.10.1 (2018-07-13)

On Sun 01 Mar 2020 at 23:17:11 (+0100), Stephan Schöll wrote:
> I would like to pull the systems vertically apart so that dynamics,
> marks, lyrics a.s.o are optically (logically) grouped (law of
> proximity). As you can see in the MVE the output is an optical mess.

Can I just check that you really don't want to put this before the
last line of your MVE:

  \layout {
    \context {
      \Score
      \override DynamicText.direction = #UP
      \override DynamicLineSpanner.direction = #UP
    }
  }

I for one would not appreciate its absence.

> After so many attempts and hours I give up. I read so many manual pages
> (e.g. chapters 4.4.1 and 4.5 from the manual), followed and tried so
> many mailing-list posts...

Try § 2.1.5, second page thereof.

> --- MVE ---
> \version "2.19.83"
> 
> myNotes = \relative c' {
>   c4\< c\> d\ff d \break
>   e c\mark \default d2 \bar "|."
> }
> 
> myLyrics = \lyricmode {
>   some word to the me -- lo -- dy
> }
> 
> \score {
>   <<
>   \new Staff {
>     \new Voice = "melody" {
>       \myNotes
>     }
>   }
>   \new Lyrics \lyricsto "melody" {
>     \myLyrics
>   }
>   >>

  \layout {
    \context {
      \Score
      \override DynamicText.direction = #UP
      \override DynamicLineSpanner.direction = #UP
    }
  }

> }
> --- END MVE ---

Cheers,
David.



reply via email to

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