]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 2664/2: Run scripts/auxiliar/update-with-convert-ly.sh
authorDavid Kastrup <dak@gnu.org>
Fri, 27 Jul 2012 05:26:27 +0000 (07:26 +0200)
committerDavid Kastrup <dak@gnu.org>
Fri, 27 Jul 2012 05:26:27 +0000 (07:26 +0200)
Documentation/de/notation/fretted-strings.itely
Documentation/es/notation/fretted-strings.itely
Documentation/fr/notation/fretted-strings.itely
Documentation/included/display-predefined-mandolin-fretboards.ly
Documentation/included/display-predefined-ukulele-fretboards.ly
Documentation/ja/notation/fretted-strings.itely
Documentation/notation/fretted-strings.itely
Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly
input/regression/context-string-tuning.ly

index 748217ad97c67c2851bec6e3b4b23c75cfd5eabf..c8ff484d517c0c6bc3e46bd45172f7a8970f4ad3 100644 (file)
@@ -8,7 +8,7 @@
     Guide, node Updating translation committishes.
 @end ignore
 
-@c \version "2.15.16"
+@c \version "2.15.42"
 
 @c Translators: Till Paala
 
@@ -599,7 +599,7 @@ mynotes = {
     \mynotes
   }
   \new TabStaff {
-    \set stringTunings = \stringTuning <c' g' d'' a''>
+    \set Staff.stringTunings = \stringTuning <c' g' d'' a''>
     \mynotes
   }
 >>
@@ -1171,7 +1171,7 @@ myChords = \chordmode { a1 a:m a:aug }
 }
 
 \new FretBoards {
-  \set stringTunings = #ukulele-tuning
+  \set Staff.stringTunings = #ukulele-tuning
   \myChords
 }
 @end lilypond
@@ -1189,7 +1189,7 @@ myChords = \chordmode { c1 c:m7.5- c:aug }
 }
 
 \new FretBoards {
-  \set stringTunings = #mandolin-tuning
+  \set Staff.stringTunings = #mandolin-tuning
   \myChords
 }
 @end lilypond
index 9acd07450cbbc60ef6ffade8d6d856aca9382bb0..553c3ab0d149727ad6475561a01389d54b6217d0 100644 (file)
@@ -8,7 +8,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.15.16"
+@c \version "2.15.42"
 
 @node Instrumentos de cuerda con trastes
 @section Instrumentos de cuerda con trastes
@@ -601,7 +601,7 @@ mynotes = {
     \mynotes
   }
   \new TabStaff {
-    \set stringTunings = \stringTuning <c' g' d'' a''>
+    \set Staff.stringTunings = \stringTuning <c' g' d'' a''>
     \mynotes
   }
 >>
@@ -1179,7 +1179,7 @@ myChords = \chordmode { a1 a:m a:aug }
 }
 
 \new FretBoards {
-  \set stringTunings = #ukulele-tuning
+  \set Staff.stringTunings = #ukulele-tuning
   \myChords
 }
 @end lilypond
@@ -1198,7 +1198,7 @@ myChords = \chordmode { c1 c:m7.5- c:aug }
 }
 
 \new FretBoards {
-  \set stringTunings = #mandolin-tuning
+  \set Staff.stringTunings = #mandolin-tuning
   \myChords
 }
 @end lilypond
index 78c74f70081ed847825cdf69d7350960e6c0fd70..af67d855782183c8a2512bc32645a8f125dd65cc 100644 (file)
@@ -7,7 +7,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.15.16"
+@c \version "2.15.42"
 
 @c Translators: Matthieu Jacquot
 @c Translation checkers: Jean-Charles Malahieude
@@ -593,7 +593,7 @@ mynotes = {
   }
   \new TabStaff {
     #(define custom-tuning #{ \stringTuning <c' g' d'' a''> #})
-    \set stringTunings = #custom-tuning
+    \set Staff.stringTunings = #custom-tuning
     \mynotes
   }
 >>
@@ -1155,7 +1155,7 @@ myChords = \chordmode { a1 a:m a:aug }
 }
 
 \new FretBoards {
-  \set stringTunings = #ukulele-tuning
+  \set Staff.stringTunings = #ukulele-tuning
   \myChords
 }
 @end lilypond
@@ -1173,7 +1173,7 @@ myChords = \chordmode { c1 c:m7.5- c:aug }
 }
 
 \new FretBoards {
-  \set stringTunings = #mandolin-tuning
+  \set Staff.stringTunings = #mandolin-tuning
   \myChords
 }
 @end lilypond
index ab948f221529b584d9581f684f038e689e99f26b..92f74e71334a96fee6de0fab3da2f7482190947e 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.15.42"
 \include "./predefined-mandolin-fretboards.ly"
 
 
@@ -65,7 +65,7 @@ chordsline = {
     \chordsline
   }
   \context FretBoards {
-    \set stringTunings = #mandolin-tuning
+    \set Staff.stringTunings = #mandolin-tuning
     \chordsline
   }
   \context Staff {
index f6acacdd6ff54663d06244ba47e4d586fc203009..81eb6228c5fe2babd18608eea1c60fcf5c9675d0 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.15.42"
 \include "predefined-ukulele-fretboards.ly"
 
 
@@ -65,7 +65,7 @@ chordsline = {
     \chordsline
   }
   \context FretBoards {
-    \set stringTunings = #ukulele-tuning
+    \set Staff.stringTunings = #ukulele-tuning
     \chordsline
   }
   \context Staff {
index 511d1db8eacb4ef85ec78b09da7d0a1a142c3724..f4ff4b5f6c463a930597ed8124ccec05953eb3d5 100644 (file)
@@ -7,7 +7,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.15.16"
+@c \version "2.15.42"
 
 @c Translators: Yoshiki Sawada
 @c Translation status: post-GDP
@@ -582,7 +582,7 @@ mynotes = {
     \mynotes
   }
   \new TabStaff {
-    \set stringTunings = \stringTuning <c' g' d'' a''>
+    \set Staff.stringTunings = \stringTuning <c' g' d'' a''>
     \mynotes
   }
 >>
@@ -1151,7 +1151,7 @@ myChords = \chordmode { a1 a:m a:aug }
 }
 
 \new FretBoards {
-  \set stringTunings = #ukulele-tuning
+  \set Staff.stringTunings = #ukulele-tuning
   \myChords
 }
 @end lilypond
@@ -1169,7 +1169,7 @@ myChords = \chordmode { c1 c:m7.5- c:aug }
 }
 
 \new FretBoards {
-  \set stringTunings = #mandolin-tuning
+  \set Staff.stringTunings = #mandolin-tuning
   \myChords
 }
 @end lilypond
index cb60a7c127d507650edfdfa734d859a03b84bc4a..067073b7912fe5a3ffaa5bf3b816373cc97fd696 100644 (file)
@@ -7,7 +7,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.15.16"
+@c \version "2.15.42"
 
 @node Fretted string instruments
 @section Fretted string instruments
@@ -583,7 +583,7 @@ mynotes = {
     \mynotes
   }
   \new TabStaff {
-    \set stringTunings = \stringTuning <c' g' d'' a''>
+    \set Staff.stringTunings = \stringTuning <c' g' d'' a''>
     \mynotes
   }
 >>
@@ -1144,7 +1144,7 @@ myChords = \chordmode { a1 a:m a:aug }
 }
 
 \new FretBoards {
-  \set stringTunings = #ukulele-tuning
+  \set Staff.stringTunings = #ukulele-tuning
   \myChords
 }
 @end lilypond
@@ -1162,7 +1162,7 @@ myChords = \chordmode { c1 c:m7.5- c:aug }
 }
 
 \new FretBoards {
-  \set stringTunings = #mandolin-tuning
+  \set Staff.stringTunings = #mandolin-tuning
   \myChords
 }
 @end lilypond
index b1d76d32b5cb404c580ee2b46a9aeb4b14d70599..35561348602c6130f9b23bb8c4caa8429d64f456 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.15.42"
 
 \header {
   lsrtags = "fretted-strings"
@@ -91,7 +91,7 @@ primeros = {
     }
 
     \new FretBoards {
-      \set stringTunings = #cuatroTuning
+      \set Staff.stringTunings = #cuatroTuning
 %      \override FretBoard
 %        #'(fret-diagram-details string-count) = #'4
       \override FretBoard
index 6651e21527c90a61f8eacc1b4fd5d872ee94a950..5866123e119309e9e4048a0e04d0b4a7e8bf28dd 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.16"
+\version "2.15.42"
 
 \header {
   texidoc="
@@ -18,7 +18,7 @@ mynotes = {
   }
   \new TabStaff {
     #(define custom-tuning #{ \stringTuning <c' g' d'' a''> #})
-    \set stringTunings = #custom-tuning
+    \set Staff.stringTunings = #custom-tuning
     \mynotes
   }
 >>