]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-fret-orientations.ly
Doc: CSS: A better brown for the usage manual
[lilypond.git] / Documentation / snippets / changing-fret-orientations.ly
index 2d3e4251e6c6c4a787c2b672daabd479a44b24ea..51ca53c65c1064aebc4024c91f61a199153010a6 100644 (file)
@@ -1,22 +1,12 @@
-%% Do not edit this file; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% DO NOT EDIT this file manually; it is automatically
+%% 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.13.31"
+\version "2.18.0"
 
 \header {
-%% Translation of GIT committish: 496c48f1f2e4d345ae3637b2c38ec748a55cda1d
-
-  texidoces = "
-
-Los diagramas de posiciones de acordes se pueden orientar de tres
-formas.  De manera predeterminada se alinena la cuerda o traste
-superior en las distintas alineaciones.
-
-
-"
-
-  doctitlees = "Modificar la orientaciĆ³n de los trastes"
-
   lsrtags = "fretted-strings"
 
   texidoc = "
@@ -38,10 +28,10 @@ or fret in the different orientations will be aligned.
   \new FretBoards {
     \chordmode {
       c1
-      \override FretBoard #'(fret-diagram-details orientation) =
+      \override FretBoard.fret-diagram-details.orientation =
         #'landscape
       c1
-      \override FretBoard #'(fret-diagram-details orientation) =
+      \override FretBoard.fret-diagram-details.orientation =
         #'opposing-landscape
       c1
     }
@@ -52,4 +42,3 @@ or fret in the different orientations will be aligned.
     c'
   }
 >>
-