diff options
author | Carl Sorensen <c_sorensen@byu.edu> | 2009-02-01 20:32:24 -0700 |
---|---|---|
committer | Carl Sorensen <c_sorensen@byu.edu> | 2009-02-01 20:32:24 -0700 |
commit | 15a4d4bb74b1445c5b579939f7934352e533dd66 (patch) | |
tree | cff9cac2412e1ae890b9ad90473908bdf3d190e4 /Documentation/topdocs | |
parent | e43b4da5c316f339dff08f7fe33cc88c540b729d (diff) |
DOCS -- add NEWS items for fret diagrams, fix make-web in ja/user
Diffstat (limited to 'Documentation/topdocs')
-rw-r--r-- | Documentation/topdocs/NEWS.tely | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index e095f2541d..69b79f802b 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -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: |