From 42aeb12cd52eefe8fd99cdc6eba0def699d21196 Mon Sep 17 00:00:00 2001
From: Neil Puttock <n.puttock@gmail.com>
Date: Wed, 19 Aug 2009 19:51:10 +0100
Subject: [PATCH] Docs: convert inline snippets which use `easy notation'
 callback.

---
 Documentation/de/learning/introduction.itely | 8 ++++----
 Documentation/es/learning/introduction.itely | 8 ++++----
 Documentation/essay/engraving.itely          | 8 ++++----
 Documentation/fr/learning/introduction.itely | 8 ++++----
 Documentation/ja/learning/introduction.itely | 8 ++++----
 5 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/Documentation/de/learning/introduction.itely b/Documentation/de/learning/introduction.itely
index 2fab8c29d8..e5b73d84ec 100644
--- a/Documentation/de/learning/introduction.itely
+++ b/Documentation/de/learning/introduction.itely
@@ -7,7 +7,7 @@
     version that you are working on.  See TRANSLATION for details.
 @end ignore
 
-@c \version "2.12.0"
+@c \version "2.13.4"
 @c Translators: Till Rettig, Reinhold Kainhofer
 @c Translation checkers: Hajo Bäß
 
@@ -352,7 +352,7 @@ fragment = {
 <<
    \new Staff \fragment
    \new Staff \with {
-      \override Beam #'thickness = #0.3
+      \override Beam #'beam-thickness = #0.3
       \override Stem #'thickness = #0.5
       \override Bar #'thickness = #3.6
       \override Tie #'thickness = #2.2
@@ -391,7 +391,7 @@ die Notenköpfe gezeichnet werden, während des Ausschnitts verändert.
   \set autoBeaming = ##f
   \time 2/4
   <d f g>4
-  \once \override NoteHead #'stencil = #ly:note-head::brew-ez-stencil
+  \once \override NoteHead #'stencil = #note-head::brew-ez-stencil
   \once \override NoteHead #'font-size = #-7
   \once \override NoteHead #'font-family = #'sans
   \once \override NoteHead #'font-series = #'bold
@@ -804,7 +804,7 @@ nächste Beispiel zeigt einige etwas exotischere Konstruktionen:
       \key c \minor
       \set subdivideBeams = ##f
       \override Stem  #'french-beaming = ##t
-      \override Beam  #'thickness = #0.3
+      \override Beam  #'beam-thickness = #0.3
       \override Stem  #'thickness = #4.0
       g'16[ b16 fis16 g16]
       << \makeClusters {
diff --git a/Documentation/es/learning/introduction.itely b/Documentation/es/learning/introduction.itely
index 84e431092e..86b021ec17 100644
--- a/Documentation/es/learning/introduction.itely
+++ b/Documentation/es/learning/introduction.itely
@@ -7,7 +7,7 @@
     version that you are working on.  See TRANSLATION for details.
 @end ignore
 
-@c \version "2.12.0"
+@c \version "2.13.4"
 
 @c Translation status: post-GDP
 
@@ -356,7 +356,7 @@ fragment = {
 <<
    \new Staff \fragment
    \new Staff \with {
-      \override Beam #'thickness = #0.3
+      \override Beam #'beam-thickness = #0.3
       \override Stem #'thickness = #0.5
       \override Bar #'thickness = #3.6
       \override Tie #'thickness = #2.2
@@ -396,7 +396,7 @@ altera durante el transcurso del fragmento musical.
   \set autoBeaming = ##f
   \time 2/4
   <d f g>4
-  \once \override NoteHead #'stencil = #ly:note-head::brew-ez-stencil
+  \once \override NoteHead #'stencil = #note-head::brew-ez-stencil
   \once \override NoteHead #'font-size = #-7
   \once \override NoteHead #'font-family = #'sans
   \once \override NoteHead #'font-series = #'bold
@@ -818,7 +818,7 @@ El ejemplo siguiente combina algunas otras construcciones exóticas.
       \key c \minor
       \set subdivideBeams = ##f
       \override Stem  #'french-beaming = ##t
-      \override Beam  #'thickness = #0.3
+      \override Beam  #'beam-thickness = #0.3
       \override Stem  #'thickness = #4.0
       g'16[ b16 fis16 g16]
       << \makeClusters {
diff --git a/Documentation/essay/engraving.itely b/Documentation/essay/engraving.itely
index 7cdfe7f13d..baf8d60b2f 100644
--- a/Documentation/essay/engraving.itely
+++ b/Documentation/essay/engraving.itely
@@ -7,7 +7,7 @@
     version that you are working on.  See TRANSLATION for details.
 @end ignore
 
-@c \version "2.12.0"
+@c \version "2.13.4"
 
 @node Music engraving
 @chapter Music engraving
@@ -323,7 +323,7 @@ fragment = {
 <<
    \new Staff \fragment
    \new Staff \with {
-      \override Beam #'thickness = #0.3
+      \override Beam #'beam-thickness = #0.3
       \override Stem #'thickness = #0.5
       \override Bar #'thickness = #3.6
       \override Tie #'thickness = #2.2
@@ -363,7 +363,7 @@ note head symbol is changed during the music fragment.
   \set autoBeaming = ##f
   \time 2/4
   <d f g>4
-  \once \override NoteHead #'stencil = #ly:note-head::brew-ez-stencil
+  \once \override NoteHead #'stencil = #note-head::brew-ez-stencil
   \once \override NoteHead #'font-size = #-7
   \once \override NoteHead #'font-family = #'sans
   \once \override NoteHead #'font-series = #'bold
@@ -759,7 +759,7 @@ following example combines some more exotic constructs.
       \key c \minor
       \set subdivideBeams = ##f
       \override Stem  #'french-beaming = ##t
-      \override Beam  #'thickness = #0.3
+      \override Beam  #'beam-thickness = #0.3
       \override Stem  #'thickness = #4.0
       g'16[ b16 fis16 g16]
       << \makeClusters {
diff --git a/Documentation/fr/learning/introduction.itely b/Documentation/fr/learning/introduction.itely
index 80ab58f598..40146a19aa 100644
--- a/Documentation/fr/learning/introduction.itely
+++ b/Documentation/fr/learning/introduction.itely
@@ -6,7 +6,7 @@
     version that you are working on.  See TRANSLATION for details.
 @end ignore
 
-@c \version "2.12.0"
+@c \version "2.13.4"
 
 @c Translators: Ludovic Sardain, John Mandereau
 @c Translation checkers: Jean-Charles Malahieude, Jean-Yves Baudais, Damien Heurtebise
@@ -359,7 +359,7 @@ fragment = {
 <<
    \new Staff \fragment
    \new Staff \with {
-      \override Beam #'thickness = #0.3
+      \override Beam #'beam-thickness = #0.3
       \override Stem #'thickness = #0.5
       \override Bar #'thickness = #3.6
       \override Tie #'thickness = #2.2
@@ -399,7 +399,7 @@ musique.
   \set autoBeaming = ##f
   \time 2/4
   <d f g>4
-  \once \override NoteHead #'stencil = #ly:note-head::brew-ez-stencil
+  \once \override NoteHead #'stencil = #note-head::brew-ez-stencil
   \once \override NoteHead #'font-size = #-7
   \once \override NoteHead #'font-family = #'sans
   \once \override NoteHead #'font-series = #'bold
@@ -814,7 +814,7 @@ plus exotiques :
       \key c \minor
       \set subdivideBeams = ##f
       \override Stem  #'french-beaming = ##t
-      \override Beam  #'thickness = #0.3
+      \override Beam  #'beam-thickness = #0.3
       \override Stem  #'thickness = #4.0
       g'16[ b16 fis16 g16]
       << \makeClusters {
diff --git a/Documentation/ja/learning/introduction.itely b/Documentation/ja/learning/introduction.itely
index 9f535d1231..acaa58940f 100644
--- a/Documentation/ja/learning/introduction.itely
+++ b/Documentation/ja/learning/introduction.itely
@@ -7,7 +7,7 @@
     version that you are working on.  See TRANSLATION for details.
 @end ignore
 
-@c \version "2.12.0"
+@c \version "2.13.4"
 
 @c Translators: Yoshiki Sawada
 @c Translation status: post-GDP
@@ -316,7 +316,7 @@ fragment = {
 <<
    \new Staff \fragment
    \new Staff \with {
-      \override Beam #'thickness = #0.3
+      \override Beam #'beam-thickness = #0.3
       \override Stem #'thickness = #0.5
       \override Bar #'thickness = #3.6
       \override Tie #'thickness = #2.2
@@ -355,7 +355,7 @@ fragment = {
   \set autoBeaming = ##f
   \time 2/4
   <d f g>4
-  \once \override NoteHead #'stencil = #ly:note-head::brew-ez-stencil
+  \once \override NoteHead #'stencil = #note-head::brew-ez-stencil
   \once \override NoteHead #'font-size = #-7
   \once \override NoteHead #'font-family = #'sans
   \once \override NoteHead #'font-series = #'bold
@@ -753,7 +753,7 @@ f4
       \key c \minor
       \set subdivideBeams = ##f
       \override Stem  #'french-beaming = ##t
-      \override Beam  #'thickness = #0.3
+      \override Beam  #'beam-thickness = #0.3
       \override Stem  #'thickness = #4.0
       g'16[ b16 fis16 g16]
       << \makeClusters {
-- 
2.39.5