]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/included/display-predefined-fretboards.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / included / display-predefined-fretboards.ly
index 03d91d79d2050b753e09c0aadac54a2c8bdaffe0..0167c24c2122bbb3b83ebe2156ba158ebeebe2be 100644 (file)
@@ -1,5 +1,5 @@
 \include "predefined-guitar-fretboards.ly"
-\version "2.14.0"
+\version "2.16.0"
 
 
 mychords = \chordmode {c1 c:m c:aug c:dim c:dim7 c:7 c:maj7 c:m7 c:9 \break }
@@ -57,18 +57,15 @@ chordsline = {
 }
 
 \score {
-<<
-  \context ChordNames {
-    \chordsline
-  }
-  \context FretBoards {
-    \chordsline
-  }
-  \context Staff {
-    \chordsline
-  }
->>
-  \layout {
-    indent = 0
-  }
+  <<
+    \context ChordNames {
+      \chordsline
+    }
+    \context FretBoards {
+      \chordsline
+    }
+    \context Staff {
+      \chordsline
+    }
+  >>
 }