X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fsnippets%2Fvocal-ensemble-template-with-automatic-piano-reduction.ly;h=747e1ae8dcb0ea754cd86410478f2d1ca6c1b1b0;hb=c86ce585e9451663b80beb5d03ee28a00b07e8e8;hp=3c10e82071975ff9f7cf38497de8641b5bc4a0c6;hpb=8247813bc580a90f7838846dc38aad5d49ac9d9d;p=lilypond.git diff --git a/Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly b/Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly index 3c10e82071..747e1ae8dc 100644 --- a/Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly +++ b/Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly @@ -1,10 +1,11 @@ -%% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it -%% Make any changes in LSR itself, or in Documentation/snippets/new/ , -%% and then run scripts/auxiliar/makelsr.py -%% -%% This file is in the public domain. -\version "2.14.2" +% DO NOT EDIT this file manually; it is automatically +% generated from Documentation/snippets/new +% Make any changes in Documentation/snippets/new/ +% and then run scripts/auxiliar/makelsr.py +% +% This file is in the public domain. +%% Note: this file works from version 2.19.12 +\version "2.19.12" \header { lsrtags = "automatic-notation, keyboards, template, vocal-music" @@ -21,12 +22,11 @@ reduction. doctitle = "Vocal ensemble template with automatic piano reduction" } % begin verbatim - \paper { - top-system-spacing #'basic-distance = #10 - score-system-spacing #'basic-distance = #20 - system-system-spacing #'basic-distance = #20 - last-bottom-spacing #'basic-distance = #10 + top-system-spacing.basic-distance = #10 + score-system-spacing.basic-distance = #20 + system-system-spacing.basic-distance = #20 + last-bottom-spacing.basic-distance = #10 } global = { @@ -67,7 +67,7 @@ bassWords = \lyricmode { \new ChoirStaff << \new Lyrics = "sopranos" \with { % This is needed for lyrics above a staff - \override VerticalAxisGroup #'staff-affinity = #DOWN + \override VerticalAxisGroup.staff-affinity = #DOWN } \new Staff = "women" << \new Voice = "sopranos" { \voiceOne << \global \sopMusic >> } @@ -76,7 +76,7 @@ bassWords = \lyricmode { \new Lyrics = "altos" \new Lyrics = "tenors" \with { % This is needed for lyrics above a staff - \override VerticalAxisGroup #'staff-affinity = #DOWN + \override VerticalAxisGroup.staff-affinity = #DOWN } \new Staff = "men" <<