]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/included/display-predefined-mandolin-fretboards.ly
Doc-ca: Contributing notation/staff.itely and correcting errors
[lilypond.git] / Documentation / included / display-predefined-mandolin-fretboards.ly
index ec2df49a2b955ef5e4b79a1de8b7fb6bbb31fb87..f8a0f86240b4a2dd0110184fb2b1be75cfef934f 100644 (file)
@@ -1,10 +1,9 @@
-\version "2.13.61"
+\version "2.16.0"
 \include "./predefined-mandolin-fretboards.ly"
 
 
 mychords = \chordmode {
-  c1 c:m c:aug c:dim7 c:7 c:maj7 c:m7 c:m7.5-
-  c:6 c:sus2 c:sus4 c:9
+  c1 c:m c:aug c:dim7 c:7 c:maj7 c:m7 c:m7.5- c:6 c:sus2 c:sus4 c:9
   \break
 }
 
@@ -22,7 +21,7 @@ chordsline = {
   \transpose c dis {
     \mychords
   }
- \transpose c ees {
 \transpose c ees {
     \mychords
   }
   \transpose c e {
@@ -60,15 +59,20 @@ chordsline = {
   }
 }
 
-<<
-  \context ChordNames {
-    \chordsline
+\score {
+  <<
+    \new ChordNames {
+      \chordsline
+    }
+    \new FretBoards {
+      \set Staff.stringTunings = #mandolin-tuning
+      \chordsline
+    }
+  >>
+  \layout {
+    \context {
+      \Score
+      \remove "Bar_number_engraver"
+    }
   }
-  \context FretBoards {
-    \set stringTunings = #mandolin-tuning
-    \chordsline
-  }
-  \context Staff {
-    \chordsline
-  }
->>
+}