From 15a4d4bb74b1445c5b579939f7934352e533dd66 Mon Sep 17 00:00:00 2001 From: Carl Sorensen Date: Sun, 1 Feb 2009 20:32:24 -0700 Subject: [PATCH] DOCS -- add NEWS items for fret diagrams, fix make-web in ja/user --- Documentation/ja/user/fundamental.itely | 2 +- Documentation/topdocs/NEWS.tely | 39 +++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/Documentation/ja/user/fundamental.itely b/Documentation/ja/user/fundamental.itely index f62a2fb2fa..8556524bb7 100644 --- a/Documentation/ja/user/fundamental.itely +++ b/Documentation/ja/user/fundamental.itely @@ -737,7 +737,7 @@ LilyPond の楽譜の中で最も低レベルで、最も基礎的であり、 @funindex \voiceFourStyle @funindex \voiceNeutralStyle -コマンド @code{\voiceXXXStyle} は主にこのマニュアルのような教育目的のドキュ@c@c +コマンド @code{\voiceXXXStyle} は主にこのマニュアルのような教育目的のドキュ@c @c メントで使用することを意図したものです。このコマンドは、各ボイスが容易に見分け@c られるように、音符玉、ステム、ビームの色、それに音符玉のスタイルを変更します。@c ボイス 1 は赤でダイアモンドの音符玉を持つようにセットされ、ボイス 2 は青で三角@c 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: -- 2.39.5