]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 3290: Appendix 4, Predefined fretboard diagram: wrong chords are displayed
authorDavid Kastrup <dak@gnu.org>
Wed, 3 Apr 2013 15:30:25 +0000 (17:30 +0200)
committerDavid Kastrup <dak@gnu.org>
Thu, 4 Apr 2013 07:33:05 +0000 (09:33 +0200)
Documentation/included/display-predefined-fretboards.ly
Documentation/included/display-predefined-mandolin-fretboards.ly
Documentation/included/display-predefined-ukulele-fretboards.ly

index 0167c24c2122bbb3b83ebe2156ba158ebeebe2be..3e4e7fc3b52d8f8ef14ad4327e78d195fbebd5d4 100644 (file)
@@ -58,13 +58,13 @@ chordsline = {
 
 \score {
   <<
-    \context ChordNames {
+    \new ChordNames {
       \chordsline
     }
-    \context FretBoards {
+    \new FretBoards {
       \chordsline
     }
-    \context Staff {
+    \new Staff {
       \chordsline
     }
   >>
index df7675b52f1709d11626c9af1af8276dda39125a..683c35e26ad38005cc87e7e2b04bc2a2b11e597b 100644 (file)
@@ -61,14 +61,14 @@ chordsline = {
 }
 
 <<
-  \context ChordNames {
+  \new ChordNames {
     \chordsline
   }
-  \context FretBoards {
+  \new FretBoards {
     \set Staff.stringTunings = #mandolin-tuning
     \chordsline
   }
-  \context Staff {
+  \new Staff {
     \chordsline
   }
 >>
index fe7c795385b984025c1f9851d22db96ac4d751ba..fab326d8008d67d3a0e9730c435303e2487141ee 100644 (file)
@@ -61,14 +61,14 @@ chordsline = {
 }
 
 <<
-  \context ChordNames {
+  \new ChordNames {
     \chordsline
   }
-  \context FretBoards {
+  \new FretBoards {
     \set Staff.stringTunings = #ukulele-tuning
     \chordsline
   }
-  \context Staff {
+  \new Staff {
     \chordsline
   }
 >>