On 22 June 2011 19:50, Sepand Shahab <[email protected]> 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 <[email protected]>

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to