lilypond-user
[Top][All Lists]
Advanced

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

Header LSR 0.34821


From: MING TSANG
Subject: Header LSR 0.34821
Date: Wed, 25 Jan 2012 19:03:38 -0800 (PST)

I try to use the LSR 0.34821 in LPv2.15.26 and I got the following error: 
<><><><><><><>
> %lilypond %args "C:\Users\Tsang\Dropbox\Lyndon\LiLy\TEST\test_header.ly"
Processing `C:/Users/Tsang/Dropbox/Lyndon/LiLy/TEST/test_header.ly'
Parsing...
C:/Users/Tsang/Dropbox/Lyndon/LiLy/TEST/test_header.ly:62:7: error: GUILE signaled an error for the _expression_ beginning here
      #
       (ly:export (lilypond-version))
C:/Users/Tsang/Dropbox/Lyndon/LiLy/TEST/test_header.ly:62:6: error: not a markup
     
      #(ly:export (lilypond-version))
<><><><>end

LSR 

Translating the default LilyPond tagline [0.34821]

%LSR thanks to John Mandereau for this snippet

\header {
  %% taken from titling-init.ly
  tagline = \markup {
    \with-url
    #"http://lilypond.org/web/"
    \line {
      %% feel free to translate this line to your own language
      "This score has been wonderfully engraved thanks to the awesome LilyPond"
      #(ly:export (lilypond-version))
      \char ##x2014
      "http://lilypond.org"
    }
  }
}

\relative c' {
  c4 d e f
}
 
Blessing in+,

reply via email to

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