lilypond-user
[Top][All Lists]
Advanced

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

Re: How can I shorten the space for a final single note


From: Thomas Morley
Subject: Re: How can I shorten the space for a final single note
Date: Sat, 22 Feb 2020 14:15:33 +0100

Am Sa., 22. Feb. 2020 um 13:27 Uhr schrieb Robert Blackstone
<address@hidden>:
>
> I have attached a picture of  “original” and what I have made of it in case 
> you are curious what it is all about.
>

Hi Robert,

your code would be helpful ;)

Anyway I've set parts of the exercise.
I don't really get what's wrong with it (first score below).
Anyway, a second score with some tweaking is added.
Does it help?

Cheers,
  Harm

\score {
  {
    \time 4/2
    f'2 g'
    e' f'~
    f' g' e'1
    fis'\breve
    \bar "||"
    d'1 f'2 a'
    g' bes' a' e'
    fis'\breve
    \bar "|."
  }
  \layout {
    ragged-right = ##f
  }
}


\score {
  {
    \time 4/2
    f'2 g'
    e' f'~
    f' g' e'1
    \newSpacingSection
    \temporary \override Score.SpacingSpanner.base-shortest-duration =
      #(ly:make-moment 1 1)
    fis'\breve
    \newSpacingSection
    \revert Score.SpacingSpanner.base-shortest-duration
    \bar "||"
    d'1 f'2 a'
    g' bes' a' e'
    %% If not applied in layout use this syntax:
    %\overrideProperty
    %  Score.NonMusicalPaperColumn.full-measure-extra-space 6.0
    \newSpacingSection
    \override Score.SpacingSpanner.base-shortest-duration =
      #(ly:make-moment 1 1)
    fis'\breve
    \newSpacingSection
    \revert Score.SpacingSpanner.base-shortest-duration
    \bar "|."
  }
  \layout {
    ragged-right = ##f
    \compressFullBarRests
    \override Score.NonMusicalPaperColumn.full-measure-extra-space = 3.0
  }
}



reply via email to

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