lilypond-user
[Top][All Lists]
Advanced

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

Re: Trouble with Triplets (Corrected)


From: Timothy Lanfear
Subject: Re: Trouble with Triplets (Corrected)
Date: Thu, 29 Aug 2019 21:16:00 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0


On 29/08/2019 20:57, Stefano Antonelli wrote:
I understand that the pattern does not fit 4 times on a line.  How to
do so is one of my questions.  Increasing the length of the line
doesn't appear to have any effect.  Though theoretically with a large
enough paper size it should fit.  Followed by a "fit to paper size"
when printing to letter size.  I intend to explore that option next.

I feel that it should be possible to scale "something" in lilypond to
do the same thing, but I haven't figured that out yet.

Increasing the paper width will achieve what you want, if I understand your requirement correctly.

\paper {
  #(set-paper-size "a3")
  indent = 0
  left-margin = 5\mm
  line-width=#287
  ragged-right = ##f
  ragged-bottom = ##t
}

Alternatively, reduce the font size

\paper {
  #(set-paper-size "a4")
  #(layout-set-staff-size 13.0)
  indent = 0
  left-margin = 5\mm
  line-width=#200
  ragged-right = ##f
  ragged-bottom = ##t
}


--
Timothy Lanfear, Bristol, UK.




reply via email to

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