]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/NEWS.tely
Add predefined-fretboards to NEWS, add harmonics to fretted-strings
[lilypond.git] / Documentation / topdocs / NEWS.tely
index 4c35600b3d5330b1652cfe2e9fc99a9c4cab13a6..0d820c7a28303462a921db3157c674542bcb5b55 100644 (file)
@@ -65,6 +65,25 @@ which scares away people.
 
 @end ignore
 
+@item
+Predefined, user-configurable, transposable fret diagrams
+are now available in the FretBoards context:
+@lilypond[]
+\include "predefined-guitar-fretboards.ly"
+<<
+  \new ChordNames {
+   \chordmode {
+      c1 \transpose c e { c }
+    }
+  }
+  \new FretBoards {
+    \chordmode {
+      c1 \transpose c e { c }
+    }
+  }
+>>
+@end lilypond
+
 @item
 A few syntax changes were made:
 @example