]> git.donarmstrong.com Git - lilypond.git/commitdiff
DOCS -- add NEWS items for fret diagrams
authorNeil Puttock <n.puttock@gmail.com>
Mon, 20 Jul 2009 19:00:57 +0000 (20:00 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Mon, 20 Jul 2009 19:00:57 +0000 (20:00 +0100)
(cherry picked from commit f2bae9bceb818cad5bacc86c15114156b2cd5cc9)

Documentation/topdocs/NEWS.tely

index e095f2541d036664322f8f304b94eb6ac339415d..69b79f802b09ed840c79382496ca31d8074a9d65 100644 (file)
@@ -61,6 +61,45 @@ which scares away people.
 * only show user-visible changes. 
 
 @end ignore
+@item
+Fret diagrams can now have variable string thickness:
+@lilypond[quote]
+\include "predefined-guitar-fretboards.ly"
+<<
+  \new ChordNames {
+    \chordmode {
+      c1
+    }
+  }
+  \new FretBoards {
+    \override FretBoard #'fret-diagram-details
+      #'string-thickness-factor = #0.3
+    \chordmode {
+      c1
+    }       
+  }
+>>
+@end lilypond
+
+@item
+A new fret diagram orientation, opposing-landscape, is available:
+@lilypond[quote]
+\include "predefined-guitar-fretboards.ly"
+<<
+  \new ChordNames {
+    \chordmode {
+      c1
+    }
+  }
+  \new FretBoards {
+    \override FretBoard #'fret-diagram-details
+      #'orientation = #'opposing-landscape
+    \chordmode {
+      c1
+    }       
+  }
+>>
+@end lilypond
 
 @item
 Unbeamed 128th notes are now supported: