lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Remove weird quotes in \set "instrumentCueName" (issue 6449082)


From: dak
Subject: Re: Remove weird quotes in \set "instrumentCueName" (issue 6449082)
Date: Thu, 02 Aug 2012 18:51:11 +0000

Reviewers: Trevor Daniels,

Message:
On 2012/08/02 18:40:56, Trevor Daniels wrote:
LGTM

Uhm yes.  This does not really warrant a review, I just forgot pushing
after it passed Patchy.

Description:
Remove weird quotes in \set "instrumentCueName"

Please review this at http://codereview.appspot.com/6449082/

Affected files:
  M Documentation/es/notation/staff.itely
  M Documentation/fr/notation/staff.itely
  M Documentation/notation/staff.itely


Index: Documentation/es/notation/staff.itely
diff --git a/Documentation/es/notation/staff.itely b/Documentation/es/notation/staff.itely index c21285bbd694213b210a55e791b9539ebde2f1cf..6888184fb64bf7d4abf40d0497dd332c63941e47 100644
--- a/Documentation/es/notation/staff.itely
+++ b/Documentation/es/notation/staff.itely
@@ -1403,7 +1403,7 @@ bassoonNotes = \relative c {
   \clef bass
   R1
   \clef treble
-  \new CueVoice { \set "instrumentCueName" = "flute" }
+  \new CueVoice { \set instrumentCueName = "flute" }
   \cueDuring #"flute" #UP { R1 }
   \clef bass
   g4. b8 d2
@@ -1431,7 +1431,7 @@ fluteNotes = \relative c'' {
 bassoonNotes = \relative c {
   \clef bass
   R1
-  \new CueVoice { \set "instrumentCueName" = "flute" }
+  \new CueVoice { \set instrumentCueName = "flute" }
   \cueDuringWithClef #"flute" #UP #"treble" { R1 }
   g4. b8 d2
 }
@@ -1510,7 +1510,7 @@ bassoonNotes = \relative c {
   R1
   \tag #'part {
     \clef treble
-    \new CueVoice { \set "instrumentCueName" = "flute" }
+    \new CueVoice { \set instrumentCueName = "flute" }
   }
   \cueDuring #"flute" #UP { R1 }
   \tag #'part \clef bass
Index: Documentation/fr/notation/staff.itely
diff --git a/Documentation/fr/notation/staff.itely b/Documentation/fr/notation/staff.itely index 3e3cd066a0c771dedfc86ff1389089e3caf7a182..dcf40e23c0f8b58347824ac127fa957c76a7ec6b 100644
--- a/Documentation/fr/notation/staff.itely
+++ b/Documentation/fr/notation/staff.itely
@@ -1393,7 +1393,7 @@ bassoonNotes = \relative c {
   \clef bass
   R1
   \clef treble
-  \new CueVoice { \set "instrumentCueName" = "flute" }
+  \new CueVoice { \set instrumentCueName = "flute" }
   \cueDuring #"flute" #UP { R1 }
   \clef bass
   g4. b8 d2
@@ -1418,7 +1418,7 @@ fluteNotes = \relative c'' {
 bassoonNotes = \relative c {
   \clef bass
   R1
-  \new CueVoice { \set "instrumentCueName" = "flute" }
+  \new CueVoice { \set instrumentCueName = "flute" }
   \cueDuringWithClef #"flute" #UP #"treble" { R1 }
   g4. b8 d2
 }
@@ -1497,7 +1497,7 @@ bassoonNotes = \relative c {
   R1
   \tag #'part {
     \clef treble
-    \new CueVoice { \set "instrumentCueName" = "flute" }
+    \new CueVoice { \set instrumentCueName = "flute" }
   }
   \cueDuring #"flute" #UP { R1 }
   \tag #'part \clef bass
Index: Documentation/notation/staff.itely
diff --git a/Documentation/notation/staff.itely b/Documentation/notation/staff.itely index cd0b1073e8c7abeccd3e8a0a935b47faf87564ec..18c1f4bb8f4eb3d409f872bf09bf757174686e5b 100644
--- a/Documentation/notation/staff.itely
+++ b/Documentation/notation/staff.itely
@@ -1360,7 +1360,7 @@ bassoonNotes = \relative c {
   \clef bass
   R1
   \clef treble
-  \new CueVoice { \set "instrumentCueName" = "flute" }
+  \new CueVoice { \set instrumentCueName = "flute" }
   \cueDuring #"flute" #UP { R1 }
   \clef bass
   g4. b8 d2
@@ -1386,7 +1386,7 @@ fluteNotes = \relative c'' {
 bassoonNotes = \relative c {
   \clef bass
   R1
-  \new CueVoice { \set "instrumentCueName" = "flute" }
+  \new CueVoice { \set instrumentCueName = "flute" }
   \cueDuringWithClef #"flute" #UP #"treble" { R1 }
   g4. b8 d2
 }
@@ -1462,7 +1462,7 @@ bassoonNotes = \relative c {
   R1
   \tag #'part {
     \clef treble
-    \new CueVoice { \set "instrumentCueName" = "flute" }
+    \new CueVoice { \set instrumentCueName = "flute" }
   }
   \cueDuring #"flute" #UP { R1 }
   \tag #'part \clef bass





reply via email to

[Prev in Thread] Current Thread [Next in Thread]