]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ja/notation/simultaneous.itely
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / ja / notation / simultaneous.itely
index 1db44650f40e06950ce0da9ea8bf84390c773305..cb0b4c558fa6b0ce369dba9c96807dd95db53aa3 100644 (file)
@@ -6,7 +6,7 @@
     version that you are working on.  See TRANSLATION for details.
 @end ignore
 
-@c \version "2.16.0"
+@c \version "2.17.6"
 
 
 @c Translators: Yoshiki Sawada
@@ -309,7 +309,7 @@ warning: ignoring too many clashing note columns
 以下でこのメッセージを表示させなくすることができます:
 
 @example
-\override NoteColumn #'ignore-collision = ##t
+\override NoteColumn.ignore-collision = ##t
 @end example
 
 しかしながら、これは警告を非表示にするだけでなく、@c
@@ -858,13 +858,13 @@ etc.
 @cindex collisions, ignoring (衝突を無視する)
 
 @knownissues
-@code{\override NoteColumn #'ignore-collision = ##t} を使うと@c
+@code{\override NoteColumn.ignore-collision = ##t} を使うと@c
 異なるボイスにある符頭が異なる音符を不適切にマージします。
 
 @lilypond[quote,relative=1,verbatim]
 \mergeDifferentlyHeadedOn
 << { c16 a' b a } \\ { c,2 } >>
-\override NoteColumn #'ignore-collision = ##t
+\override NoteColumn.ignore-collision = ##t
 << { c16 a' b a } \\ { c,2 } >>
 @end lilypond