X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Faligning-marks-with-various-notation-objects.ly;h=f96a8ad0feda32ff3cdf9a58829bf9b89135f766;hb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;hp=94924815a99eea8387a633f638bc8ad4cf305944;hpb=78eb8695d44a5a5775457a14770093299b6d5fa6;p=lilypond.git diff --git a/input/lsr/aligning-marks-with-various-notation-objects.ly b/input/lsr/aligning-marks-with-various-notation-objects.ly index 94924815a9..f96a8ad0fe 100644 --- a/input/lsr/aligning-marks-with-various-notation-objects.ly +++ b/input/lsr/aligning-marks-with-various-notation-objects.ly @@ -1,10 +1,8 @@ -%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it +%% Do not edit this file; it is auto-generated from input/new %% This file is in the public domain. -\version "2.11.52" +\version "2.12.0" \header { - lsrtags = "text" - texidoces = " Si están especificadas, las marcas de texto se pueden alinear con objetos de notación distintos a las líneas divisorias. Entre estos @@ -20,25 +18,21 @@ debe hacer este ajuste para todos los pentagramas). " doctitlees = "Alinear marcas con varios objetos de notación" - texidoc = " -If specified, text marks may be aligned with notation objects other -than bar lines. These objects include @code{ambitus}, + lsrtags = "text" + texidoc = "If specified, text marks may be aligned with notation +objects other than bar lines. These objects include @code{ambitus}, @code{breathing-sign}, @code{clef}, @code{custos}, @code{staff-bar}, @code{left-edge}, @code{key-cancellation}, @code{key-signature}, and @code{time-signature}. - - In such cases, text marks will be horizontally centered above the -object. However this can be changed, as demonstrated on the second line -of this example (in a score with multiple staves, this setting should -be done for all the staves). - - - -" +object. However this can be changed, as demonstrated on the second +line of this example (in a score with multiple staves, this setting +should be done for all the staves)." doctitle = "Aligning marks with various notation objects" } % begin verbatim + + \relative c' { e1 @@ -47,7 +41,7 @@ be done for all the staves). \key a \major \clef treble \mark "↓" - e + e1 % the RehearsalMark will be centered above the TimeSignature \override Score.RehearsalMark #'break-align-symbols = #'(time-signature) @@ -66,22 +60,22 @@ be done for all the staves). e1 \break - e + e1 % the RehearsalMark will be aligned with the left edge of the KeySignature \once \override Score.KeySignature #'break-align-anchor-alignment = #LEFT \mark "↓" \key a \major - e + e1 % the RehearsalMark will be aligned with the right edge of the KeySignature \once \override Score.KeySignature #'break-align-anchor-alignment = #RIGHT \key a \major \mark "↓" - e + e1 % the RehearsalMark will be aligned with the left edge of the KeySignature - % and then shifted right by 1 unit. + % and then shifted right by one unit. \once \override Score.KeySignature #'break-align-anchor = #1 \key a \major \mark "↓"