lilypond-user
[Top][All Lists]
Advanced

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

Re: Line width --- Thanks!


From: Noeck
Subject: Re: Line width --- Thanks!
Date: Mon, 14 Jul 2014 14:19:58 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

Am 14.07.2014 13:01, schrieb Charles Marshall:
> Thanks to everyone who responded to my Line width question, and
> especially to Janek Warchol and Robin Bannister who provided working
> solutions.  Robin's is:  \stopStaff s16*25  placed just after the last
> line inside each Voice in my application with ragged-last = ##f .
> 
> Charlie


>From your mail I suppose the previous answers are working for you.
Because I was interested myself in a solution, I tried Janeks proposal
and as you said that works. Here is a minimal example for completeness:

\version "2.18.2"

\paper {
  ragged-last = ##t
}

{
  a a a a \break
  \override Score.SpacingSpanner #'base-shortest-duration =
    #(ly:make-moment 1 128)
  \newSpacingSection
  a a a a \bar "|."
}



reply via email to

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