]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix compilation of LSR snippets
authorJohn Mandereau <john.mandereau@gmail.com>
Wed, 2 Jan 2008 17:06:38 +0000 (18:06 +0100)
committerJohn Mandereau <john.mandereau@gmail.com>
Wed, 2 Jan 2008 17:06:38 +0000 (18:06 +0100)
This should be done on LSR too, and we should find a way to disable
verbatim lp-book option for utf-8.ly, as TeX/texinfo.tex currently
does not support all UTF 8 non-european subsets.

input/lsr/adding-the-current-date-to-a-score.ly
input/lsr/page-label.ly
input/lsr/text.snippet-list
input/lsr/toc.ly
input/lsr/utf-8.ly [deleted file]

index e74bd664d57e1849f42286c746b9a14236e9d066..31dbbb7f899415601fe3e5ffa596adfd5e78d270 100644 (file)
@@ -10,7 +10,7 @@ to enter the date manually to the @code{.ly} file. But that's very
 error prone. It's easy to forget updating the date. So i thought it
 would be useful if you can add the date on which the PDF file is
 generated automatically. I did't figure it out myself, but I asked on 
-lilypond-user@gnu.org. And guess what? Someone came with an excellent
+lilypond-user@@gnu.org. And guess what? Someone came with an excellent
 solution! So thank you very much Toine Schreurs for sending this
 solution to the user mailing list. I post it here for future reference.
 
index cc3dcffa801003515aa1c2179db1972e608d36e8..05c30ecb5df6c1bf1f026e908ac5a952ad1a45e9 100644 (file)
@@ -45,4 +45,4 @@ and refered to in markups."
     }
     \header { piece = "First score" }
   }
-}
\ No newline at end of file
+}
index 8c5a4fdf85cf0b4ca1042311075f473bd735b497..f14c2dfc89004e29333ddf9fd078c750c83bd1e4 100644 (file)
@@ -6,7 +6,6 @@ demonstrating-all-headers.ly
 changing-the-default-text-font-family.ly
 how-to-put-ties-between-syllables-in-lyrics.ly
 aligning-and-centering-instrument-names.ly
-utf-8.ly
 blanking-staff-lines-using-the--whiteout-command.ly
 combining-two-parts-on-the-same-staff.ly
 adjusting-lyrics-vertical-spacing.ly
index e370e139603c3ba5b82ef96d8cae2314d45e3695..a49a6e76d665cd5290d3b87b31283a9c24b7a1a5 100644 (file)
@@ -28,4 +28,4 @@ the @code{\\tocItem} command."
     { e' }
     \header { piece = "Second score" }
   }
-}
\ No newline at end of file
+}
diff --git a/input/lsr/utf-8.ly b/input/lsr/utf-8.ly
deleted file mode 100644 (file)
index 4defdeb..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-%% Do not edit this file; it is auto-generated from LSR!
-%% Tags: text
-\version "2.11.35"
-
-%% Edit this file using a Unicode aware editor, such as GVIM, GEDIT, Emacs
-
-%{
-
-You may have to install additional fonts.
-
-Red Hat Fedora
-
-    taipeifonts fonts-xorg-truetype ttfonts-ja fonts-arabic \
-        ttfonts-zh_CN fonts-ja fonts-hebrew 
-
-Debian GNU/Linux
-
-   apt-get install emacs-intl-fonts xfonts-intl-.* \
-       ttf-kochi-gothic ttf-kochi-mincho \
-       xfonts-bolkhov-75dpi xfonts-cronyx-100dpi xfonts-cronyx-75dpi 
-%} 
-
-\header {
-
-  texidoc = "Various scripts may be used for texts (like titles and
-lyrics) introduced by entering them in UTF-8 encoding, and using a
-Pango based backend.  Depending on the fonts installed, this fragment
-will render Bulgarian (Cyrillic), Hebrew, Japanese and Portuguese.
-
-"
-  
-}
-% begin verbatim
-% Cyrillic font
-bulgarian = \lyricmode {
-  Жълтата дюля беше щастлива, че пухът, който цъфна, замръзна като гьон.
-}
-
-hebrew = \lyricmode { 
-  זה כיף סתם לשמוע איך תנצח קרפד עץ טוב בגן.
-}
-
-japanese = \lyricmode {  
-  いろはにほへど ちりぬるを
-  わがよたれぞ  つねならむ
-  うゐのおくや  まけふこえて
-  あさきゆめみじ ゑひもせず 
-}
-
-% "a legal song to you"
-portuguese = \lyricmode { 
-  à vo -- cê uma can -- ção legal
-}
-
-\paper {
-  ragged-right = ##T
-}
-
-\relative  { 
-  c2 d e f g f e
-}
-\addlyrics { \bulgarian }
-\addlyrics { \hebrew }
-\addlyrics { \japanese }
-\addlyrics { \portuguese }