From bc918b0b39c7e432a6be7ecb4c5b9b2b0ed9dabc Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Thu, 2 Aug 2012 12:30:32 +0200 Subject: [PATCH] Issue 2712: Remove weird quotes in \set "instrumentCueName" --- Documentation/es/notation/staff.itely | 6 +++--- Documentation/fr/notation/staff.itely | 6 +++--- Documentation/notation/staff.itely | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Documentation/es/notation/staff.itely b/Documentation/es/notation/staff.itely index c21285bbd6..6888184fb6 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 diff --git a/Documentation/fr/notation/staff.itely b/Documentation/fr/notation/staff.itely index 3e3cd066a0..dcf40e23c0 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 diff --git a/Documentation/notation/staff.itely b/Documentation/notation/staff.itely index cd0b1073e8..18c1f4bb8f 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 -- 2.39.2