]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ja/notation/changing-defaults.itely
Imported Upstream version 2.16.1
[lilypond.git] / Documentation / ja / notation / changing-defaults.itely
index 809223b24e70e592b3eb944ab39b6b7843ca3e8a..8bdcca695e7d25d533de17c9f84b2513a82be4bb 100644 (file)
@@ -1079,7 +1079,7 @@ StaffDefaults = \with {
   \consists "Note_heads_engraver"
   \consists "Rhythmic_column_engraver"
   \consists "Text_engraver"
-  \consists Pitch_squash_engraver
+  \consists "Pitch_squash_engraver"
   squashedPosition = #0
   \override NoteHead #'style = #'slash
   \override Stem #'transparent = ##t
@@ -1129,14 +1129,14 @@ StaffDefaults = \with {
 それらの機能を提供するエングラーバを付け加える必要があります:
 
 @example
-\consists Note_heads_engraver
-\consists Text_engraver
+\consists "Note_heads_engraver"
+\consists "Text_engraver"
 @end example
 
 しかしながら、音符の代わりにスラッシュを譜の中央線上に配置します:
 
 @example
-\consists Pitch_squash_engraver
+\consists "Pitch_squash_engraver"
 squashedPosition = #0
 @end example
 
@@ -1170,7 +1170,7 @@ squashedPosition = #0
   \type "Engraver_group"
   \consists "Note_heads_engraver"
   \consists "Text_engraver"
-  \consists Pitch_squash_engraver
+  \consists "Pitch_squash_engraver"
   squashedPosition = #0
   \override NoteHead #'style = #'slash
   \override Stem #'transparent = ##t