]> git.donarmstrong.com Git - lilypond.git/commitdiff
Small font and presentation update for LSR.
authorGraham Percival <graham@percival-music.ca>
Wed, 24 Jan 2007 08:37:37 +0000 (00:37 -0800)
committerGraham Percival <graham@percival-music.ca>
Wed, 24 Jan 2007 08:37:37 +0000 (00:37 -0800)
Documentation/user/instrument-notation.itely
input/lsr/LSR.ly
input/lsr/advanced/AAA-intro-advanced.ly
input/lsr/trick/AAA-intro-trick.ly
input/lsr/trick/Adding-ambiti-per-voice.ly [deleted file]
input/test/AAA-intro-test.ly

index 66854705270de633bd168b0fbba6a09cbb066ccb..abff76eef1014176f56582b988a3ec7f7db529a9 100644 (file)
@@ -1119,7 +1119,9 @@ There is one tricky aspect: the setting for @code{ignoreMelismata}
 must be set one syllable @emph{before} the non-melismatic syllable
 in the text, as shown here,
 
+@c  FIXME: breaks compile
 @lilypond[verbatim,ragged-right,quote]
+%{
 <<
   \relative \new Voice = "lahlah" {
     \set Staff.autoBeaming = ##f
@@ -1138,6 +1140,7 @@ in the text, as shown here,
     still
   }
 >>
+%}
 @end lilypond
 
 
index 168823a959718192fc40a0697abccf0b7a759616..f29bcef98922e44e130e4127b260bb49b32adfa9 100644 (file)
@@ -1,15 +1,15 @@
 \version "2.10.0"
 \header{
-texidoc = "@heading LilyPond Examples
+texidoc = "@unnumbered LilyPond Examples
 
 These pages show LilyPond examples (snippets) from the
 @uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}.
 
-@c @s ubheading @uref{../trick/out-www/collated-files.html,Trick}:
+@c @eading @uref{../trick/out-www/collated-files.html,Trick}:
 @strong{@uref{../trick/out-www/collated-files.html,Trick}}:
 These snippets are blah blah.
 
-@c @s ubheading @uref{../advanced/out-www/collated-files.html,Advanced}:
+@c @eading @uref{../advanced/out-www/collated-files.html,Advanced}:
 @strong{@uref{../advanced/out-www/collated-files.html,Advanced}}:
 These snippets are fazzle snap.
 
index 73bf4078fe0df798f08caa00390973fbd99c73e6..ce1540cdd11dde064b278e1cfe8560432726eb54 100644 (file)
@@ -5,7 +5,7 @@
 
 \header{
 texidoc = #(string-append "
-@section Introduction
+@unnumbered Introduction
 
 This document shows all kinds of advanced snippets from the
 @uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}.
@@ -18,4 +18,4 @@ This document is for LilyPond version
 }
 
 % make sure .png  is generated.
-\lyrics {  "(left blank intentionally)" }
+\lyrics {  " " }
index 5010547c3e8dd6642089164d16065869a4a3faf9..ae4b6b0a6a37dd03865e776e312038cdf6d8576b 100644 (file)
@@ -5,7 +5,7 @@
 
 \header{
 texidoc = #(string-append "
-@section Introduction
+@unnumbered Introduction
 
 This document shows all kinds of tricks from the
 @uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}.
@@ -18,4 +18,4 @@ This document is for LilyPond version
 }
 
 % make sure .png  is generated.
-\lyrics {  "(left blank intentionally)" }
+\lyrics {  " " }
diff --git a/input/lsr/trick/Adding-ambiti-per-voice.ly b/input/lsr/trick/Adding-ambiti-per-voice.ly
deleted file mode 100644 (file)
index 58d3f28..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-\version "2.10.12"
-
-\header { texidoc = "
-<p>Ambits can be added per voice. In that case, the
-ambitus must be moved manually to prevent collisions.
-" }
-
-\new Staff <<
-    \new Voice \with {
-       \consists "Ambitus_engraver"
-    } \relative c'' {
-       \voiceOne
-       c4 a d e f2
-    }
-    \new Voice \with {
-       \consists "Ambitus_engraver"
-    } \relative c' {
-       \voiceTwo
-       es4 f g as b2
-    }
->>
-
index f19247dc220ff4d337d8cf20347e027e5fdd770c..b0abda40dd7c56235d320cc6558fa60ff266ddb9 100644 (file)
@@ -5,7 +5,7 @@
 
 \header{
 texidoc = #(string-append "
-@section Introduction
+@unnumbered Introduction
 
 This document shows all kinds of tips and tricks, from simple to
 advanced.  You may also find dirty tricks, or the very very