]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/aligning-marks-with-various-notation-objects.ly
Merge branch 'master' into nested-bookparts
[lilypond.git] / input / lsr / aligning-marks-with-various-notation-objects.ly
index 69db969870377c63087daf1abf3714edd2c1d05e..6b79863544600b220d7b92896b85cf5b162966fb 100644 (file)
@@ -1,8 +1,10 @@
-%% Do not edit this file; it is auto-generated from input/new
+%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.62"
+\version "2.11.57"
 
 \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
@@ -18,20 +20,25 @@ debe hacer este ajuste para todos los pentagramas).
 "
   doctitlees = "Alinear marcas con varios objetos de notación"
 
-  lsrtags = "text"
-  texidoc = "If specified, text marks may be aligned with notation
-objects other than bar lines.  These objects include @code{ambitus},
+  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
   
@@ -40,7 +47,7 @@ should be done for all the staves)."
   \key a \major
   \clef treble
   \mark "↓"
-  e1
+  e
   
   % the RehearsalMark will be centered above the TimeSignature
   \override Score.RehearsalMark #'break-align-symbols = #'(time-signature)
@@ -59,22 +66,22 @@ should be done for all the staves)."
   e1
 
   \break
-  e1
+  e
   
   % 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
-  e1
+  e
   
   % 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 "↓"
-  e1
+  e
   
   % the RehearsalMark will be aligned with the left edge of the KeySignature
-  % and then shifted right by one unit.
+  % and then shifted right by 1 unit.
   \once \override Score.KeySignature #'break-align-anchor = #1
   \key a \major
   \mark "↓"