]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ja/usage/external.itely
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / ja / usage / external.itely
index bb64233371955c21c7b7846998ae5a611ef73be9..17ea5d56fb396319da91fde9b468ecc28189e04f 100644 (file)
@@ -8,7 +8,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.16.0"
+@c \version "2.19.21"
 
 @c Translators: Yoshiki Sawada
 @c Translation status: post-GDP
@@ -154,8 +154,8 @@ lilypond -dno-point-and-click file.ly
 
 @example
 \pointAndClickTypes #'note-event
-\relative c' @{
-  c2\f( f)
+\relative @{
+  c'2\f( f)
 @}
 @end example
 
@@ -163,8 +163,8 @@ lilypond -dno-point-and-click file.ly
 
 @example
 #(ly:set-option 'point-and-click 'note-event)
-\relative c' @{
-  c2\f( f)
+\relative @{
+  c'2\f( f)
 @}
 @end example
 
@@ -185,8 +185,8 @@ lilypond -dpoint-and-click=note-event   example.ly
 
 @example
 \pointAndClickTypes #'(note-event dynamic-event)
-\relative c' @{
-  c2\f( f)
+\relative @{
+  c'2\f( f)
 @}
 @end example
 
@@ -194,8 +194,8 @@ lilypond -dpoint-and-click=note-event   example.ly
 
 @example
 #(ly:set-option 'point-and-click '(note-event dynamic-event))
-\relative c' @{
-  c2\f( f)
+\relative @{
+  c'2\f( f)
 @}
 @end example