]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/included/display-predefined-ukulele-fretboards.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / included / display-predefined-ukulele-fretboards.ly
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
   }
 >>