It objects to the \" - see log -
works Ok if replaced by '
Joe
Using last night's download on Windows 10


# -*-compilation-*-
Processing `test.ly'
Parsing...
test.ly:19:57: error: unknown escaped string: `\“Sehnlich'
        <> ^\markup\scale #'(1 . 1)\column{\line{\bold {
                                                        \“Sehnlich wenden wir uns, von Tag Ermüdete,}

test.ly:25:49: error: unknown escaped string: `\”'
}\line{\bold {uns beschattet mit goldenem Traum.
                                                \”} \italic { from: Ode an Holderlin}

Interpreting music...
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Converting to `test.pdf'...
fatal error: failed files: "test.ly"
%% LilyPond file generated by Denemo version 2.6.14

%%http://www.gnu.org/software/denemo/

\version "2.22"

CompactChordSymbols = {}
#(define DenemoTransposeStep 0)
#(define DenemoTransposeAccidental 0)
DenemoGlobalTranspose = \void {}
titledPiece = {}
AutoBarline = {}
AutoEndMovementBarline = \bar "|."

% The music follows

MvmntIVoiceI = {
        <> ^\markup\scale #'(1 . 1)\column{\line{\bold {\“Sehnlich wenden wir uns, von Tag Ermüdete,}
}\line{
\bold {der ambrosischen Nacht deine Gesänge zu,}

}\line{\bold {deren wehender Fittich}

}\line{\bold {uns beschattet mit goldenem Traum.\”} \italic { from: Ode an Holderlin}

}\line{
}\line{We turn passionately, exhausted by day,

}\line{to the ambrosia, the night of your music,

}\line{whose fanning wing casts us into

}\line{a Shadow of a Golden Dream
}
} s1*4/4 }





%Default Score Layout
\header{DenemoLayoutName = "Default Score Layout"
        instrumentation = \markup { \with-url #'"scheme:(d-BookInstrumentation)" "Full Score"}
        }

\header {
tagline = \markup {"" on \simple #(strftime "%x" (localtime (current-time)))}

        }
#(set-default-paper-size "a4")
#(set-global-staff-size 18)
\paper {

       }

\score { %Start of Movement
          <<

%Start of Staff
\new Staff = "Part 1"  << 
 \new Voice = "MvmntIVoiceI"  { 
  \clef treble    \key c \major    \time 4/4   \MvmntIVoiceI
                        } %End of voice

                        >> %End of Staff

          >>

       } %End of Movement



Reply via email to