]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-fret-orientations.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / changing-fret-orientations.ly
index 12884accdbf8baf44fbeaf5c6039eabf3dfc73bc..b2a28b9f6138a92c4636da175a260dea445e5380 100644 (file)
@@ -1,21 +1,25 @@
-% Do not edit this file; it is automatically
-% generated from Documentation/snippets/new
-% This file is in the public domain.
-%% Note: this file works from version 2.13.27
-\version "2.13.29"
+%% 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"
 
 \header {
   lsrtags = "fretted-strings"
 
-  texidoc = "Fret diagrams can be oriented in three ways.  By default
-+the top string or fret in the different orientations will be aligned.
+  texidoc = "
+Fret diagrams can be oriented in three ways.  By default the top string
+or fret in the different orientations will be aligned.
+
 "
   doctitle = "Changing fret orientations"
 } % begin verbatim
 
 
 \include "predefined-guitar-fretboards.ly"
-\layout { ragged-right = ##t }
+
 <<
   \chords {
     c1
   }
   \new FretBoards {
     \chordmode {
-    c1
-    \override FretBoard #'fret-diagram-details
-       #'orientation = #'landscape
-    c1
-    \override FretBoard #'fret-diagram-details
-       #'orientation = #'opposing-landscape
-    c1
+      c1
+      \override FretBoard #'(fret-diagram-details orientation) =
+        #'landscape
+      c1
+      \override FretBoard #'(fret-diagram-details orientation) =
+        #'opposing-landscape
+      c1
     }
   }
   \new Voice {