]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/analysis-brackets-above-the-staff.ly
Issue 5167/7: markup-partial regtest: use \markup function assignment
[lilypond.git] / Documentation / snippets / analysis-brackets-above-the-staff.ly
index 31eb743333d267711a4c71093d38def362b6d227..f823565e6229acea87dee121e5e8d486470a600f 100644 (file)
@@ -1,32 +1,13 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.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"
+\version "2.18.0"
 
 \header {
-%% Translation of GIT committish: 85394d425536d267ed0cb71d17023849f1611180
-  texidocfr = "
-Les crochets d'analyse viennent par défaut se positionner au-dessous de
-la portée.  L'exemple suivant vous indique comment les faire apparaître
-en surplomb de la portée.
-
-"
-  doctitlefr = "Crochets d'analyse au-dessus de la portée"
-
-  lsrtags = "editorial-annotations, tweaks-and-overrides, really-simple"
-
-
-%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
-  texidoces = "
-De forma predeterminada se añaden corchetes de análisis sencillos
-debajo del pentagrama.  El ejemplo siguiente muestra una manera de
-colocarlos por encima.
-
-"
-  doctitlees = "Corchetes de análisis encima del pentagrama"
+  lsrtags = "editorial-annotations, really-simple, tweaks-and-overrides"
 
   texidoc = "
 Simple horizontal analysis brackets are added below the staff by
@@ -37,16 +18,15 @@ staff instead.
   doctitle = "Analysis brackets above the staff"
 } % begin verbatim
 
-
 \layout {
   \context {
     \Voice
     \consists "Horizontal_bracket_engraver"
   }
 }
+
 \relative c'' {
-  \once \override HorizontalBracket #'direction = #UP
+  \once \override HorizontalBracket.direction = #UP
   c2\startGroup
   d2\stopGroup
 }
-