lilypond-user
[Top][All Lists]
Advanced

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

Re: version 2.14.1 vertical spacing and beam grouping


From: Xavier Scheuer
Subject: Re: version 2.14.1 vertical spacing and beam grouping
Date: Thu, 23 Jun 2011 14:02:44 +0200

On 22 June 2011 19:50, Sepand Shahab <address@hidden> wrote:
>
> Dear List Members,
>
> I am using the piano with centered dynamics template reproduced below and
> have noticed that the following commands no longer work in 2.14.1:
>
> this one for setting the space between staves on a case by case basis in
> conjunction with line breaks
>
>
> \overrideProperty #"Score.NonMusicalPaperColumn"
>           #'line-break-system-details #'((alignment-offsets . (0 -13)))
>

The  \overrideProperty NonMusicalPaperColumn #'line-break-system-details
stuff may have changed a little between 2.12 and 2.14 but it still
exists and can be used.
See (in doc 2.14) NR 4.4.2 Explicit staff and system positioning
http://lilypond.org/doc/v2.14/Documentation/notation/explicit-staff-and-system-positioning.html


> and this one to group beams according to a specific note value:
>
> \set Staff.beatLength = #(ly:make-moment 1 16)
>
> what have these been replaced by?

\set baseMoment = #(ly:make-moment 1 8)
You might use  \set beatStructure = #'(2 2 2 2)  too.
See (in doc 2.14) NR 1.2.4 Beams > Setting automatic beam behavior
http://lilypond.org/doc/v2.14/Documentation/notation/beams.html#setting-automatic-beam-behavior

Cheers,
Xavier

-- 
Xavier Scheuer <address@hidden>



reply via email to

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