]> git.donarmstrong.com Git - lilypond.git/commitdiff
DOCS -- add NEWS items for fret diagrams, fix make-web in ja/user
authorCarl Sorensen <c_sorensen@byu.edu>
Mon, 2 Feb 2009 03:32:24 +0000 (20:32 -0700)
committerCarl Sorensen <c_sorensen@byu.edu>
Mon, 2 Feb 2009 03:32:24 +0000 (20:32 -0700)
Documentation/ja/user/fundamental.itely
Documentation/topdocs/NEWS.tely

index f62a2fb2fa24ba061e6ddb23551b5865dda21431..8556524bb71f9210a6ff7bc6a4ee85cf3156947d 100644 (file)
@@ -737,7 +737,7 @@ LilyPond の楽譜の中で最も低レベルで、最も基礎的であり、
 @funindex \voiceFourStyle
 @funindex \voiceNeutralStyle
 
-コマンド @code{\voiceXXXStyle} は主にこのマニュアルのような教育目的のドキュ@c@c
+コマンド @code{\voiceXXXStyle} は主にこのマニュアルのような教育目的のドキュ@c @c
 メントで使用することを意図したものです。このコマンドは、各ボイスが容易に見分け@c
 られるように、音符玉、ステム、ビームの色、それに音符玉のスタイルを変更します。@c
 ボイス 1 は赤でダイアモンドの音符玉を持つようにセットされ、ボイス 2 は青で三角@c
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: