lilypond-user
[Top][All Lists]
Advanced

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

Re: Adding space (padding) between notes


From: Xavier Scheuer
Subject: Re: Adding space (padding) between notes
Date: Sun, 23 Jan 2011 09:10:05 +0100

On 23 January 2011 05:21, Michael Dykes <address@hidden> wrote:
>
> I am trying to fit some markups in my score, and would like for all of them
> to be on the same "line". Is there a way (without shortening the markups) to
> "widen" the first measure, or put padding between the first two notes of the
> score. Thanks.

I would have preferred something less "hack" but to have your 2 first
markups on the same line (and the first markup not overlapping the first
measure), the following code gives good result with 2.13.46.

soprano = \relative c'' {
  \global
  % Music follows here.
  \override Score.NonMusicalPaperColumn #'padding = #4
  \once \override Score.RehearsalMark #'self-alignment-X = #LEFT
  \mark \markup { \italic \small "P: The blessing of the Lord ..." }
  f,2 f1 \finalis

  \newSpacingSection
  \revert Score.NonMusicalPaperColumn #'padding
  \once \override Score.RehearsalMark #'padding = #2.4
  \once \override Score.RehearsalMark #'self-alignment-X = #LEFT
  \mark \markup { \italic \small "P: Glory to Thee, O Christ God ..." }
  f4 f f g a a a a a a a a a a a a a \divisioMinima
  a4 a a a a a a a a g a2 a4 a a2 \divisioMaior
  f4 g a a a a a a a g a2 a1 \divisioMaxima
  bf2 a4(g) f1 \finalis
}


Cheers,
Xavier

-- 
Xavier Scheuer <address@hidden>



reply via email to

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