]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ja/notation/fretted-strings.itely
Run scripts/auxiliar/update-with-convert-ly.sh -f 2.19.20
[lilypond.git] / Documentation / ja / notation / fretted-strings.itely
index d1ff2dd3e87c6779fb00779cfe7ebfcf7ca049f2..b52b2a018a100a7bb540a25d73261615c1ac28e2 100644 (file)
@@ -297,9 +297,9 @@ guitar = \relative {
 繰り返しの差し替え部分でも同様です。
 
 @lilypond[quote,ragged-right,verbatim]
-ties = \relative c' {
+ties = \relative {
   \repeat volta 2 {
-    e2. f4~
+    e'2. f4~
     2 g2~
   }
   \alternative {
@@ -337,9 +337,9 @@ ties = \relative c' {
 括弧付きフレット番号の譜刻をキャンセルします:
 
 @lilypond[quote,ragged-right,verbatim]
-ties = \relative c' {
+ties = \relative {
   \repeat volta 2 {
-    e2. f4~
+    e'2. f4~
     2 g2~ }
   \alternative {
     { g4 f2. }
@@ -1731,10 +1731,10 @@ e16 b g d
 通常、ハーモニクスにはテキスト マークアップによる説明も付け加えます。
 
 @lilypond[quote,ragged-right,verbatim]
-\relative c' {
+\relative {
   \clef "treble_8"
   \override Staff.NoteHead.style = #'harmonic-mixed
-  d^\markup { \italic { \fontsize #-2 { "harm. 12" }}} <g b>1
+  d'^\markup { \italic { \fontsize #-2 { "harm. 12" }}} <g b>1
 }
 @end lilypond