]> git.donarmstrong.com Git - lilypond.git/commitdiff
LSR: update.
authorGraham Percival <graham@percival-music.ca>
Fri, 21 Mar 2008 08:18:28 +0000 (01:18 -0700)
committerGraham Percival <graham@percival-music.ca>
Fri, 21 Mar 2008 08:18:28 +0000 (01:18 -0700)
53 files changed:
input/lsr/adding-ambiti-per-voice.ly
input/lsr/adding-beams,-slurs,-ties-etc.-when-using-tuplet-and-non-tuplet-rythms..ly
input/lsr/adding-drum-parts.ly
input/lsr/adding-the-current-date-to-a-score.ly
input/lsr/altering-the-number-of-stems-in-a-beam.ly
input/lsr/ambiti-multiple-voices.ly
input/lsr/applying-notehead-styles-depending-on-the-step-of-the-scale.ly [new file with mode: 0644]
input/lsr/applying-noteheads-styles-depending-on-the-step-of-the-scale.ly [deleted file]
input/lsr/automatic-beam-subdivisions.ly [deleted file]
input/lsr/automatic-beams-two-per-two-in-4-4-or-2-2-time-signature.ly
input/lsr/beam-across-line-breaks.ly [deleted file]
input/lsr/beams-across-line-breaks.ly [new file with mode: 0644]
input/lsr/blanking-staff-lines-using-the--whiteout-command.ly
input/lsr/breaks.snippet-list
input/lsr/broken-crescendo-hairpin.ly
input/lsr/changing-a-single-notes-size-in-a-chord.ly [new file with mode: 0644]
input/lsr/changing-an-individual-notes-size-in-a-chord.ly [deleted file]
input/lsr/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
input/lsr/changing-the-default-text-font-family.ly
input/lsr/changing-the-tuplet-number.ly [new file with mode: 0644]
input/lsr/changing-time-signatures-inside-a-polymetric-section-using--compressmusic.ly
input/lsr/chant-or-psalms-notation.ly
input/lsr/clefs-commonly-tweaked-properties.ly
input/lsr/compound-time-signatures.ly
input/lsr/conducting-signs,-measure-grouping-signs.ly
input/lsr/contemporary-glissando.ly
input/lsr/controlling-tuplet-bracket-visibility.ly
input/lsr/creating-a-sequence-of-notes-on-various-pitches.ly
input/lsr/creating-blank-staves.ly
input/lsr/demo-midiinstruments.ly
input/lsr/demonstrating-all-headers.ly
input/lsr/dodecaphonic-style-accidentals-for-each-note-including-naturals.ly
input/lsr/editorial-and-educational-use.snippet-list
input/lsr/engraving-ties-manually.ly [new file with mode: 0644]
input/lsr/entering-several-tuplets-using-only-one--times-command.ly
input/lsr/foo.txt [new file with mode: 0644]
input/lsr/formatting-lyrics-syllables.ly
input/lsr/inserting-score-fragments-above-the-staff,-as-markups.ly
input/lsr/jazz-combo-template.ly
input/lsr/lilypond-snippets.tely
input/lsr/non-traditional-key-signatures.ly
input/lsr/ottava-text.ly
input/lsr/permitting-line-breaks-within-beamed-tuplets.ly [new file with mode: 0644]
input/lsr/pitches.snippet-list
input/lsr/preventing-extra-naturals-from-being-automatically-added.ly
input/lsr/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly
input/lsr/rhythmic-slashes.ly
input/lsr/rhythms.snippet-list
input/lsr/simultaneous-notes.snippet-list
input/lsr/skips-in-lyric-mode-2.ly
input/lsr/three-sided-box.ly
input/lsr/tweaks-and-overrides.snippet-list
input/lsr/using-ties-with-arpeggios.ly [new file with mode: 0644]

index 2be46181f91fded7f25bbc0f28e4be072d6cf67b..7f896f243e4f11f22e5edb6da7893e1ddbadda09 100644 (file)
@@ -5,7 +5,7 @@
 \header {
   lsrtags = "pitches, staff-notation, vocal-music"
  texidoc = "
-Ambits can be added per voice. In that case, the ambitus must be moved
+Ambits can be added per voice. In this case, the ambitus must be moved
 manually to prevent collisions. 
 " }
 % begin verbatim
@@ -13,7 +13,7 @@ manually to prevent collisions.
   \new Voice \with {
     \consists "Ambitus_engraver"
   } \relative c'' {
-    \override Ambitus #'X-offset = # 2.0
+    \override Ambitus #'X-offset = #2.0
     \voiceOne
     c4 a d e f1
   }
index 15d77cbcffe4245d197c82572f918a890cccf3c7..d7b5bcf838567b94888d651c7c4ae8583e20d478 100644 (file)
@@ -6,14 +6,14 @@
   lsrtags = "rhythms, expressive-marks"
  texidoc = "
 LilyPond syntax can involve many unusual placements for parentheses,
-brackets etc., which might sometimes have to be interleaved.For
+brackets etc., which might sometimes have to be interleaved. For
 example, when entering a manual beam, the left square bracket has to be
 placed after the starting note and its duration, not before. Similarly,
 the right square bracket should directly follow the note which is to be
 at the end of the requested beaming, even if this note happens to be
-inside a tuplet section. This snippet demonstrates how to superpose
-manual beaming, manual slurs, ties, and phrasing slurs, while using
-tuplet sections (enclosed with curly braces).
+inside a tuplet section. This snippet demonstrates how to combine
+manual beaming, manual slurs, ties, and phrasing slurs with tuplet
+sections (enclosed with curly braces). 
 " }
 % begin verbatim
 {
index f9941b82c8205cf162745cb42ffd7be5725ec546..2e43f205b2ccb6b90b2ea8fda3db8d2a74a7e6ec 100644 (file)
@@ -6,10 +6,10 @@
   lsrtags = "rhythms, percussion"
  texidoc = "
 LilyPond makes drums input quite easy, with powerful pre-configured
-tools such as the \\drummode function and the DrumStaff context:  drums
-are placed to their own staff positions (with a special clef symbol)
-and have note heads according to the drum. You can easily attach an
-extra symbol to the drum, and restrict the number of lines.
+tools such as the @code{\\drummode} function and the @code{DrumStaff}
+context: drums are placed at their own staff positions (with a special
+clef symbol) and have noteheads according to the drum. You can easily
+attach an extra symbol to the drum, and restrict the number of lines. 
 " }
 % begin verbatim
 drh = \drummode { cymc4.^"crash" hhc16^"h.h." hh \repeat "unfold" 5 {hhc8 hho hhc8 hh16 hh} hhc4 r4 r2 }
@@ -35,14 +35,11 @@ timb = \drummode { \repeat "unfold" 2 {timh4 ssh timl8 ssh r timh r4 ssh8 timl r
     >>
   }
   \layout {}
-
   \midi {
     \context {
       \Score
       tempoWholesPerMinute = #(ly:make-moment 120 4)
       }
     }
-
-
 }
 
index 85ac4910c5c5544cf210efacfd2229d082330396..c525d98d6e514122845729d3368940cc27269abf 100644 (file)
@@ -33,7 +33,7 @@ date = #(strftime "%d-%m-%Y" (localtime (current-time)))
   title = "Including the date!"
   subtitle = \date
 }
-% begin verbatim
+
 \score {
   \relative c'' {
     c4 c c c
index 67d6605a4f87d239d06619ff9a14d27e1bdff8f4..d29ad8d235668873102e252764a62749f16f4303 100644 (file)
@@ -5,7 +5,7 @@
 \header {
   lsrtags = "rhythms, tweaks-and-overrides"
  texidoc = "
-You can alter the number of stems in a beam.  In this example, two sets
+You can alter the number of stems in a beam. In this example, two sets
 of four 32nds are joined, as if they were 8th notes.
 
 
@@ -16,8 +16,8 @@ of four 32nds are joined, as if they were 8th notes.
   #(override-auto-beam-setting '(end * * * *)  1 4)
   f32 g a b b a g f
 
-  f32 g a 
-  \set stemRightBeamCount = #1  b
+  f32 g a
+  \set stemRightBeamCount = #1 b
   \set stemLeftBeamCount = #1 b
   a g f
 }
index d6c563becfeb72aebcd735b1d4a9ddab5d6da4eb..9ee2b3a5d5840a0479d532e0d4d7b928a58a7516 100644 (file)
@@ -8,7 +8,7 @@
 If you have multiple voices in a single staff and you want a single
 ambitus per staff rather than per voice, add the
 @code{Ambitus_engraver} to the @code{Staff} context rather than to the
-@code{Voice} context.
+@code{Voice} context. 
 " }
 % begin verbatim
 \new Staff \with {
diff --git a/input/lsr/applying-notehead-styles-depending-on-the-step-of-the-scale.ly b/input/lsr/applying-notehead-styles-depending-on-the-step-of-the-scale.ly
new file mode 100644 (file)
index 0000000..b43eedb
--- /dev/null
@@ -0,0 +1,41 @@
+%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% This file is in the public domain.
+\version "2.11.38"
+
+\header {
+  lsrtags = "pitches, editorial-and-educational-use"
+ texidoc = "
+The shapeNoteStyles property gives you the ability to define various
+notehead styles for each step of the scale (as defined by the key
+signature or the \"tonic\" property). This property requires a set of
+symbols, which can be purely arbitrary (geometrical expressions such as
+triangle, cross, xcircle etc. are allowed) or based on old American
+engraving tradition (you can use some latin note names as well). That
+said, if you're trying to imitate old American song books, you may also
+want to try LilyPond's predefined notehead styles, through shortcut
+commands such as \\aikenHeads or \\sacredHarpHeads. This example shows
+different ways to obtain shape noteheads, and demonstrates the ability
+to transpose a melody without losing the correspondence between
+harmonic functions and notehead styles. 
+" }
+% begin verbatim
+fragment = {
+  \key c \major
+  c2 d e f g a b c
+}
+
+\score {
+  \new Staff {
+    \transpose c d 
+    \relative {
+      \set shapeNoteStyles = ##(do re mi fa #f la ti)
+      \fragment
+    }
+    
+    \relative {
+      \set shapeNoteStyles  = ##(cross triangle fa #f mensural xcircle diamond)
+      \fragment
+    }
+  }
+}
+
diff --git a/input/lsr/applying-noteheads-styles-depending-on-the-step-of-the-scale.ly b/input/lsr/applying-noteheads-styles-depending-on-the-step-of-the-scale.ly
deleted file mode 100644 (file)
index 4a13c69..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
-%% This file is in the public domain.
-\version "2.11.38"
-
-\header {
-  lsrtags = "pitches, editorial-and-educational-use"
- texidoc = "
-The shapeNoteStyles property gives you the ability to define various
-note heads styles for each step of the scale (as defined by the key
-signature or the \"tonic\" property).
-
-This property requires a set of symbols, which can be purely arbitrary
-(geometrical expressions such as triangle, cross, xcircle etc. are
-allowed) or based on old American engraving tradition (you can use some
-latin note names as well). 
-
-That said, if you're trying to imitate old American song books, you may
-also want to try LilyPond's predefined note heads styles, through
-shortcut commands such as \\aikenHeads or \\sacredHarpHeads.
-
-This example shows different ways to obtain shape note heads, and
-demonstrates the ability to transpose a melody without losing the
-correspondance between harmonic functions and note heads styles.
-" }
-% begin verbatim
-fragment = {
-  \key c \major
-  c1 d e f g a b c
-  \break
-}
-
-\score {
-  \new Staff {
-    \transpose c d 
-    \relative {
-      \set shapeNoteStyles = ##(do re mi fa #f la ti)
-      \fragment \break
-    }
-    
-    \relative {
-      \set shapeNoteStyles  = ##(cross triangle fa #f mensural xcircle diamond)
-      \fragment
-    }
-  }
-}
-
diff --git a/input/lsr/automatic-beam-subdivisions.ly b/input/lsr/automatic-beam-subdivisions.ly
deleted file mode 100644 (file)
index 2dbb41d..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
-%% This file is in the public domain.
-\version "2.11.38"
-
-\header {
-  lsrtags = "rhythms"
- texidoc = "
-Lilypond can subdivide beams automatically. Set the property
-subdivideBeams, and beams are subdivided at beat positions (as
-specified in beat length)
-" }
-% begin verbatim
-\relative{ b'32^"default"[ a g f c' b a g f e d' c b a g f ]
-              \set subdivideBeams = ##t
-              b32^"subdivision enabled"[ a g f c' b a g f e d' c b a g f ] 
-              \set Score.beatLength = #(ly:make-moment 1 8)
-              b32^"beatLength 1 8"[ a g f c' b a g f e d' c b a g f ]
-              \set Score.beatLength = #(ly:make-moment 1 16)
-              b32^"beatLength 1 16"[ a g f c' b a g f e d' c b a g f ]
-    }
-
index 8d008b750738ac9db970325453f7d9b909714c6b..ec94f1d7c91a9fc8c376480cc75573a122818068 100644 (file)
@@ -28,9 +28,9 @@ qbeam={
        #(override-auto-beam-setting '(end 1 8 * *) 3 4 'Staff) 
        }
 % other macros 
-timeFractionstyle={ \override Staff.TimeSignature #'style = #'()}
-textn = ^\markup{ without the macro }
-texty = ^\markup{ with the macro }
+timeFractionstyle = { \override Staff.TimeSignature #'style = #'() }
+textn = ^\markup { without the macro }
+texty = ^\markup { with the macro }
 
 \score {
  << 
@@ -51,5 +51,4 @@ texty = ^\markup{ with the macro }
                 }
         >>      
  >>
-\layout{ raggedright = ##t }
 }
diff --git a/input/lsr/beam-across-line-breaks.ly b/input/lsr/beam-across-line-breaks.ly
deleted file mode 100644 (file)
index ea2fc57..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
-%% This file is in the public domain.
-\version "2.11.38"
-
-\header {
-  lsrtags = "rhythms, breaks"
- texidoc = "
-By default, beams can't be printed across line breaks. Here's a way to
-force the line break, by setting the @code{#'breakable} property. See
-also in the manual the \"Line Breaking\" and \"Manual beams\" sections.
-" }
-% begin verbatim
-\layout { ragged-right= ##t }
-
-\relative c''  {
-  \override Score.Beam #'breakable = ##t
-  \time 3/16 c16-[ d e \break f-] 
-}
diff --git a/input/lsr/beams-across-line-breaks.ly b/input/lsr/beams-across-line-breaks.ly
new file mode 100644 (file)
index 0000000..a5326cd
--- /dev/null
@@ -0,0 +1,18 @@
+%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% This file is in the public domain.
+\version "2.11.38"
+
+\header {
+  lsrtags = "rhythms, breaks"
+ texidoc = "
+By default, beams can't be printed across line breaks. Here's a way to
+force the line break, by setting the @code{#'breakable} property. See
+also in the manual the \"Line Breaking\" and \"Manual beams\" sections.
+
+" }
+% begin verbatim
+\layout { ragged-right= ##t }
+\relative c'' {
+  \override Score.Beam #'breakable = ##t
+  \time 3/16 c16[ d e \break f] 
+}
index b33e4ab0d12edcfa915660025875191092636b81..02b1350a4368afbe89e32689b32d964dbd841a33 100644 (file)
@@ -10,11 +10,7 @@ staff lines are in a lower layer than most other grobs, this white box
 will not overlap any other grob.
 " }
 % begin verbatim
-\paper
-{
-  ragged-right = ##t
-}
 {
   \override TextScript #'extra-offset = #'(2 . 4)
-  c'4-\markup  { \whiteout \pad-markup #0.5 foo } c
+  c'2-\markup  { \whiteout \pad-markup #0.5 foo } c
 } 
index a8b1e07a2275f2330e64e67ae2ed56c882255e38..cffb62e0a227cf90739c10afc5d7f32dbd764455 100644 (file)
@@ -1,3 +1,3 @@
 positioning-segno-and-coda-with-line-break.ly
-beam-across-line-breaks.ly
 adding-and-extra-staff-at-a-line-break.ly
+beams-across-line-breaks.ly
index 56117a6cb86be0c46908e329e4f17a23e5c17471..eebe31d36fc6eebe5c5c73d231a5efa780293995 100644 (file)
@@ -7,17 +7,22 @@
  texidoc = "
 In order to make parts of a crescendo hairpin invisible, the following
 method is used: A white rectangle is drawn on top of the respective
-part of the crescendo hairpin, making it invisible. the rectangle is
-defined as postscript code within a text markup. In order to fine tune
-the position and size of the markup, the number preceding the
-\"setgray\" in the postscript definition can be set to a value <1
-making it grey. The two numbes before the \"scale\" in the postscript
-code are responsible for the width and height of the rectangle, the two
-numbers before the \"translate\" change the x- and y-origin of the
-rectangle.  Make sure to put the Hairpin in a lower layer than the Text
-Markup to actually draw the rectangle above the hairpin. 
+part of the crescendo hairpin, making it invisible. The rectangle is
+defined as postscript code within a text markup.
+
+In order to fine-tune the position and size of the markup, the number
+preceding the \"setgray\" in the postscript definition can be set to a
+value <1 making it grey. The two numbes before the \"scale\" in the
+postscript code are responsible for the width and height of the
+rectangle, the two numbers before the \"translate\" change the x- and
+y-origin of the rectangle. 
+
+Make sure to put the Hairpin in a lower layer than the Text Markup to
+actually draw the rectangle above the hairpin. 
 " }
 % begin verbatim
+% Version specific to 2.10; fails under 2.11 -np
+
 \score
 {
     \relative c' {
diff --git a/input/lsr/changing-a-single-notes-size-in-a-chord.ly b/input/lsr/changing-a-single-notes-size-in-a-chord.ly
new file mode 100644 (file)
index 0000000..efe5600
--- /dev/null
@@ -0,0 +1,23 @@
+%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% This file is in the public domain.
+\version "2.11.38"
+
+\header {
+  lsrtags = "simultaneous-notes, editorial-and-educational-use, tweaks-and-overrides"
+ texidoc = "
+Individual noteheads in a chord can be modified with the @code{\\tweak}
+command inside a chord, by altering the @code{'font-size} property.
+
+
+Inside the chord (within the brackets @code{< >}), before the note to
+be altered, place the @code{\\tweak} command, followed by
+@code{#'font-size} and define the proper size like @code{#-2} (a tiny
+notehead).
+
+
+The code for the chord example shown: @code{} 
+" }
+% begin verbatim
+\relative {
+  <\tweak #'font-size #+2 c e g c \tweak #'font-size #-2 e>1^\markup{A tiny e}_\markup{A big c}
+}
diff --git a/input/lsr/changing-an-individual-notes-size-in-a-chord.ly b/input/lsr/changing-an-individual-notes-size-in-a-chord.ly
deleted file mode 100644 (file)
index f2a6558..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
-%% This file is in the public domain.
-\version "2.11.38"
-
-\header {
-  lsrtags = "simultaneous-notes, editorial-and-educational-use, tweaks-and-overrides"
- texidoc = "
-Individual noteheads in a chord can be modified with the @code{\\tweak}
-command inside a chord, by altering the @code{'font-size} property.
-
-
-Inside the chord (within the brackets @code{< >}), before the note to
-be altered, place the @code{\\tweak} command, followed by
-@code{#'font-size} and define the proper size like @code{#-2} (a tiny
-notehead).
-
-
-The code for the chord example shown: @code{} 
-" }
-% begin verbatim
-\header{
-  title = "Modifying an individual notehead's size in a chord"
-}
-
-Notes = \relative {
-  <\tweak #'font-size #+2 c e g c \tweak #'font-size #-2 e>1^\markup{A tiny e}_\markup{A big c}
-}
-
-\score{
-  \Notes
-}
index 1a71ec3e8fb835a03bd60a5ab1922ffed25c3d12..7dfbd6cce9002805370a1badb1377cd93a376a3c 100644 (file)
@@ -10,21 +10,19 @@ The appearance of slurs may be changed from solid to dotted or dashed.
 
 " }
 % begin verbatim
-\score{
-  \relative c'{
-    c( d e  c) |
-    \slurDotted
-    c( d e  c) |
-    \slurSolid
-    c( d e  c) |
-    \slurDashed
-    c( d e  c) |
-    \slurSolid
-    c( d e  c) |
-  }
-  \layout{ raggedright=##t }
+\relative c'{
+  c( d e  c) |
+  \slurDotted
+  c( d e  c) |
+  \slurSolid
+  c( d e  c) |
+  \slurDashed
+  c( d e  c) |
+  \slurSolid
+  c( d e  c) |
 }
 
 
 
 
+
index 1f87eb9fe991baddd670c1fd904f14c8f660c178..14b684a713be74eb83e299612efbe8105b2b8219 100644 (file)
@@ -37,7 +37,7 @@ The default font families for text can be overridden with
       sans: foo \bold bla \italic bar \italic \bold baz
     }
   }
-  c'^\markup {
+  c'2^\markup {
     \override #'(font-family . typewriter)
     {
       mono: foo \bold bla \italic bar \italic \bold baz
diff --git a/input/lsr/changing-the-tuplet-number.ly b/input/lsr/changing-the-tuplet-number.ly
new file mode 100644 (file)
index 0000000..cd173a7
--- /dev/null
@@ -0,0 +1,20 @@
+%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% This file is in the public domain.
+\version "2.11.38"
+
+\header {
+  lsrtags = "rhythms"
+ texidoc = "
+By default, only the numerator of the tuplet number is printed over the
+tuplet bracket, i.e. the denominator of the argument to the
+@code{\\times} command. Alternatively, num:den of the tuplet number may
+be printed, or the tuplet number may be suppressed altogether.
+" }
+% begin verbatim
+\relative c'' {
+  \times 2/3 { c8 c c } \times 2/3 { c8 c c }
+  \override TupletNumber #'text = #tuplet-number::calc-fraction-text
+  \times 2/3 { c8 c c }
+  \override TupletNumber #'transparent = ##t
+  \times 2/3 { c8 c c }
+}
index fa8bd79a8aba6d24b085297d5905d1281f659702..bfbd90f128af11a0ca1c21fb7bdaede7641e840f 100644 (file)
@@ -5,14 +5,13 @@
 \header {
   lsrtags = "rhythms, contexts-and-engravers"
  texidoc = "
-The measureLength variable, together with measurePosition, determines
-when a barline is needed. However, when using \\compressMusic, the
-scaling of durations makes it difficult to change time signatures
-without making a mess of it. 
-
-Therefore, measureLength has to be set manually, using the
-ly:make-moment callback. The second argument has to be the same as the
-second argument of \\compressMusic.
+The @code{measureLength} property, together with
+@code{measurePosition}, determines when a barline is needed. However,
+when using @code{\\compressMusic}, the scaling of durations makes it
+difficult to change time signatures without making a mess of it.
+Therefore, @code{measureLength} has to be set manually, using the
+@code{ly:make-moment} callback. The second argument has to be the same
+as the second argument of @code{\\compressMusic}. 
 " }
 % begin verbatim
 \layout {
@@ -29,7 +28,7 @@ second argument of \\compressMusic.
 
 <<
  \new Staff {
-   \compressMusic #'( 8 . 5 ) {
+   \compressMusic #'(8 . 5) {
      \time 6/8
      \set Timing.measureLength = #(ly:make-moment 3 5)
      b8 b b b b b
@@ -41,6 +40,6 @@ second argument of \\compressMusic.
  \new Staff {
    \clef bass
    \time 2/4
-   c2 d e f  }
+   c2 d e f }   
  >>
 
index af4ca99b46fbf49f1eac80115bef7841b3e58eb4..3e9fe60b52deffcf4244b8beea6065a4fc818990 100644 (file)
@@ -9,20 +9,19 @@ This form of notation is used for the chant of the Psalms, where verses
 aren't always the same length.
 " }
 % begin verbatim
-stemon = { \override Staff.Stem #'transparent = ##f }
-stemoff = { \override Staff.Stem #'transparent = ##t }
+stemOn = { \override Staff.Stem #'transparent = ##f }
+stemOff = { \override Staff.Stem #'transparent = ##t }
 
 \score {
-\new Staff \with {\remove "Time_signature_engraver" }
-{
-       \key g \minor
-       \set Score.timing = ##f
-       \stemoff a'\breve bes'4 g'4
-       \stemon a'2 \bar "||"
-       \stemoff a'\breve g'4 a'4
-       \stemon f'2 \bar "||"
-       \stemoff a'\breve^\markup { \italic flexe }
-       \stemon g'2 \bar "||"
-}
-\layout { raggedright = ##t}
+       \new Staff \with { \remove "Time_signature_engraver" }
+       {
+               \key g \minor
+               \set Score.timing = ##f
+               \stemOff a'\breve bes'4 g'4
+               \stemOn a'2 \bar "||"
+               \stemOff a'\breve g'4 a'4
+               \stemOn f'2 \bar "||"
+               \stemOff a'\breve^\markup { \italic flexe }
+               \stemOn g'2 \bar "||"
+       }
 }
index dac04fe9798199140e57e7258036fbf8ca57f127..3a6983181c6416b2ebbb52257a654e378e4daf3a 100644 (file)
@@ -6,8 +6,8 @@
   lsrtags = "pitches, staff-notation, editorial-and-educational-use, tweaks-and-overrides"
  texidoc = "
 The command @code{\\clef \"treble_8\"} is equivalent to setting
-@code{clefGlyph}, @code{clefPosition} (which controls the Y position of
-the clef), @code{middleCPosition} and @code{clefOctavation}.  A clef is
+@code{clefGlyph}, @code{clefPosition} (which controls the Y-position of
+the clef), @code{middleCPosition} and @code{clefOctavation}. A clef is
 printed when any of these properties are changed.
 
 
@@ -16,19 +16,18 @@ octavation, does not in itself change the position of subsequent notes
 on the staff: the position of middle C must also be specified to do
 this. The positional parameters are relative to the staff centre line,
 positive numbers displacing upwards, counting 1 for each line and
-space. The clefOctavation value would normally be set to 7, -7, 15 or
--15, but other values are not invalid.
+space. The @code{clefOctavation} value would normally be set to 7, -7,
+15 or -15, but other values are valid.
 
 
 When a clef change takes place at a line break the new clef symbol is
 printed at both the end of the previous line and the beginning of the
 new line by default. If the warning clef at the end of the previous
-line is not required it can be suppressed by setting the
-explicitClefVisibility Staff property to the value 
+line is not required it can be suppressed by setting the @code{Staff}
+property @code{explicitClefVisibility} to the value
 @code{end-of-line-invisible}. The default behaviour can be recovered
 with  @code{\\unset Staff.explicitClefVisibility}.
 
-
 The following examples show the possibilities when setting these
 properties manually. On the first line, the manual changes preserve the
 standard relative positioning of clefs and notes, whereas on the second
@@ -59,11 +58,10 @@ line, they do not.
   \set Staff.clefOctavation = #0
   \set Staff.middleCPosition = #-4
   c' \break
-  
-  
+
   % The following clef changes do not preserve
   % the normal relationship between notes and clefs:
-  
+
   \set Staff.clefGlyph = #"clefs.F"
   \set Staff.clefPosition = #2
   c'
@@ -78,7 +76,7 @@ line, they do not.
   c'
   
   % Here we go back to the normal clef:
-  
+
   \set Staff.middleCPosition = #4
   c'
 }
index 37b840a30899535bb20b5d1296eb845210e74acf..17bc15b9b3e609e930b081b8a1560ea6e53f0418 100644 (file)
@@ -7,10 +7,10 @@
  texidoc = "
 Odd 20th century time signatures (such as \"5/8\") can often be played
 as compound time signatures (e.g. \"3/8 + 2/8\"), which combine two or
-more inequal metrics. LilyPond can make such musics quite easy to read
+more inequal metrics. LilyPond can make such music quite easy to read
 and play, by explicitly printing the compound time signatures and
 adapting the automatic beaming behaviour. (You can even add graphic
-measure grouping indications, see the appropriate snippet in this
+measure grouping indications; see the appropriate snippet in this
 database.) 
 " }
 % begin verbatim
index db28346ec3a09275bda2e7288449520ec8cb7755..eacc4c63566e690433e6b2b17272e1fff80d383a 100644 (file)
@@ -6,11 +6,11 @@
   lsrtags = "rhythms"
  texidoc = "
 The Scheme function @code{set-time-signature}, in combination with the
-Measure grouping engraver,  it will create MeasureGrouping signs.  Such
-signs ease reading rhythmically complex modern music.  In the following
-example, the 9/8 measure is subdivided in 2, 2, 2 and 3.  This is
-passed to @code{set-time-signature} as the third argument @code{(2 2 2
-3)}
+@code{Measure_grouping_engraver}, creates measure grouping signs. Such
+signs ease reading rhythmically complex modern music. In the following
+example, the 9/8 measure is subdivided into 2, 2, 2 and 3 beats. This
+is passed to @code{set-time-signature} as the third argument @code{(2 2
+2 3)}.
 
 
 " }
index 3b163adf2e8a02547150bdc6cc01256022d1799c..6783d4a8b2650975645c12942175e1af22bf3a7f 100644 (file)
@@ -20,4 +20,4 @@ Use a glissando without final note. Contemporary glissando !
 \addlyrics { unHideNotes cadenzaOff, skip_and_\bar \skip 4  }
 \layout{raggedright = ##t}
 \header { tagline="" }
-% begin verbatim
+
index d5707537d3333576576d1c9687a7b612c8669c16..c1d37bea8d47f47d0d84bc2f7768aefea389ae1f 100644 (file)
@@ -5,12 +5,12 @@
 \header {
   lsrtags = "rhythms, tweaks-and-overrides"
  texidoc = "
-Default behaviour of tuplet-bracket visibility is to print a bracket
-unless there is a beam of the same length as the tuplet. To control the
-visibility of tuplet brackets, you can set the property TupletBracket
-#'bracket-visibility to either ##t (always print a bracket), ##f (never
-print a bracket) or #'if-no-beam (only print a bracket if there is no
-beam).
+The default behaviour of tuplet-bracket visibility is to print a
+bracket unless there is a beam of the same length as the tuplet. To
+control the visibility of tuplet brackets, you can set the property
+@code{TupletBracket #'bracket-visibility} to either @code{##t} (always
+print a bracket), @code{##f} (never print a bracket) or
+@code{#'if-no-beam} (only print a bracket if there is no beam). 
 " }
 % begin verbatim
 mus = \relative c'' {
index 2a19a9959c257caa563f51b8c33e5eecabef805d..09670d32344a139a336354c70ac1b16fead2eb57 100644 (file)
@@ -8,10 +8,9 @@
 In music that contains many occurrences of the same sequence of notes
 at different pitches, you can use the following music function. It
 takes a note, of which the pitch is used. The supporting Scheme
-functions were borrowed from the Tips and Tricks document in the manual.
-
-This example creates the rhythm used throughout Mars, from The Planets,
-by Gustav Holst.
+functions were borrowed from the Tips and Tricks document in the
+manual. This example creates the rhythm used throughout Mars, from
+Gustav Holst's The Planets. 
 " }
 % begin verbatim
 #(define (make-note-req p d)
index f44697755b278e10353e579bc6f6ce93e4607c9a..deb6622518a5b7e4499a0e6ee1c10bba80442c83 100644 (file)
@@ -14,7 +14,7 @@ the @code{Staff} context the @code{Time_signature_engraver}, the
 \header {
   tagline = ""
 }
-% begin verbatim
+
 #(set-global-staff-size 20)
 
 \score {
index 4f7941129d102ab8325caec3072b91307bfdd107..dc2dc609c95a5ee7c3f86fade214e9693b72a5c5 100644 (file)
@@ -18,7 +18,7 @@ melodie = { \tempo 4 = 150 \basemelodie }
   title = "Demo of all midi sounds"
   arranger = "Myself"
 }
-% begin verbatim
+
 \score { 
   \new Staff <<
     \new Voice { \melodie 
index 6870f153b3c327d13e3fbdc722eeb8f2baa14f8a..09536d4e965ee6f4dd7a1b5ce146c204cba24d28 100644 (file)
@@ -25,7 +25,7 @@ texidoc = "All header fields with special meanings."
   source = "urtext"
 
 }
-% begin verbatim
+
 
 \score {
   \relative c'' { c1 c1 c1 c1 }
@@ -48,4 +48,4 @@ texidoc = "All header fields with special meanings."
        copyright = "localcopyright"
        }
 }
-% begin verbatim
+
index 70d106df8bb9b10412fc721edd44f743dbe94a53..89a58b9b36f05ac33a1b43916e0205ad5f4e0554 100644 (file)
@@ -11,7 +11,7 @@ has to be regarded as equal, without any hierarchy such as the
 classical (tonal) degrees. Therefore, these composers print one
 accidental for each note, even at natural pitches, to emphasize their
 new approach to music theory and language. This snippet shows how to
-achieve such notation rules with LilyPond.
+achieve such notation rules with LilyPond. 
 " }
 % begin verbatim
 webernAccidentals = {
@@ -23,7 +23,7 @@ webernAccidentals = {
 }
 
 \layout {
-  \context { \Staff \remove Key_engraver }
+  \context { \Staff \remove "Key_engraver" }
 }
 \score {
   {
index 022286d6071b37efd3f4847e8d69cd5d3e02965d..05f5d94acebfea5222c50eb3ce1b421c563259e4 100644 (file)
@@ -1,13 +1,10 @@
-applying-noteheads-styles-depending-on-the-step-of-the-scale.ly
 creating-blank-staves.ly
+forcing-rehearsal-marks-to-start-from-a-given-letter-or-number.ly
 changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
 coloring-objects.ly
-inserting-score-fragments-above-the-staff,-as-markups.ly
-rhythmic-slashes.ly
 changing-the-default-text-font-family.ly
+changing-a-single-notes-size-in-a-chord.ly
 three-sided-box.ly
 clefs-commonly-tweaked-properties.ly
 blanking-staff-lines-using-the--whiteout-command.ly
-forcing-rehearsal-marks-to-start-from-a-given-letter-or-number.ly
-formatting-lyrics-syllables.ly
-changing-an-individual-notes-size-in-a-chord.ly
+applying-notehead-styles-depending-on-the-step-of-the-scale.ly
diff --git a/input/lsr/engraving-ties-manually.ly b/input/lsr/engraving-ties-manually.ly
new file mode 100644 (file)
index 0000000..9b2185c
--- /dev/null
@@ -0,0 +1,19 @@
+%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% This file is in the public domain.
+\version "2.11.38"
+
+\header {
+  lsrtags = "rhythms"
+ texidoc = "
+Ties may be engraved manually by changing the @code{tie-configuration}
+property of the @code{TieColumn} object. The first number indicates the
+distance from the center of the staff in staff-spaces, and the second
+number indicates the direction (1=up, -1=down).
+" }
+% begin verbatim
+\relative c' {
+  <c e g>2~ <c e g> |
+  \override TieColumn #'tie-configuration =
+    #'((0.0 . 1) (-2.0 . 1) (-4.0 . 1))
+  <c e g>~ <c e g> |
+}
index d22e4b7492cc3531b8e30809b1c3c9ed2d4b0e8a..ce945363c4a7f4c596e88c9bec10212a25ea0d44 100644 (file)
@@ -6,9 +6,9 @@
   lsrtags = "rhythms"
  texidoc = "
 This example shows how to specify how long each of the tuplets
-contained within the bracket after @code{\\times} should last.  Many
-consecutive tuplets can then be contained within a single @code{\\times
-@{ ... @}}, thus saving typing.
+contained within the brackets after @code{\\times} should last. Many
+consecutive tuplets can then be placed within a single @code{\\times @{
+... @}} expression, thus saving typing.
 
 In the example, two triplets are shown, while @code{\\times} was
 entered only once.
diff --git a/input/lsr/foo.txt b/input/lsr/foo.txt
new file mode 100644 (file)
index 0000000..46a9098
--- /dev/null
@@ -0,0 +1,2312 @@
+/Users/gperciva/usr/src/lilypond/stepmake/stepmake/texinfo-rules.make:29: warning: overriding commands for target `out/.info-images-dir.dep'
+/Users/gperciva/usr/src/lilypond/stepmake/stepmake/texinfo-rules.make:29: warning: ignoring old commands for target `out/.info-images-dir.dep'
+make --no-builtin-rules out=www WWW
+xargs /opt/local/bin/python ../../buildscripts/lys-to-tely.py -f printfilename,texidoc,verbatim --name=out-www/bagpipes.itely --template=bagpipes-intro.itely < bagpipes.snippet-list
+/opt/local/bin/python ../../scripts/lilypond-book.py -I ./ -I ./out-www -I ../../input -I ../../input/regression/ -I ../../input/manual/ -I ../../input/tutorial/ -I /Users/gperciva/usr/src/lilypond/mf/out/  -I /Users/gperciva/usr/src/lilypond/mf/out/ -I ../../input/lsr/ --process='/Users/gperciva/Apps/LilyPond.app/Contents/Resources/bin/lilypond -I ./ -I ./out-www -I ../../input -I ../../input/regression/ -I ../../input/manual/ -I ../../input/tutorial/ -I /Users/gperciva/usr/src/lilypond/mf/out/  -I /Users/gperciva/usr/src/lilypond/mf/out/ -I ../../input/lsr/ -dbackend=eps --formats=ps,png,pdf  -dinclude-eps-fonts -dgs-load-fonts --header=texidoc -I /Users/gperciva/usr/src/lilypond/input/manual -dcheck-internal-types -ddump-signatures -danti-alias-factor=2' --output=./out-www --format=texi-html --verbose --info-images-dir=lilypond-snippets lilypond-snippets.tely
+Reading lilypond-snippets.tely...
+Dissecting...
+Writing snippets...
+All snippets are up to date...
+Compiling lilypond-snippets.texi...
+lilypond-snippets.texi is up to date.
+Writing `lilypond-snippets.texi'...
+Processing include: pitches.itely
+Reading /Users/gperciva/usr/src/lilypond/input/lsr/out-www/pitches.itely...
+Dissecting...
+Writing snippets...
+All snippets are up to date...
+Compiling pitches.texi...
+pitches.texi is up to date.
+Writing `pitches.texi'...
+Processing include: rhythms.itely
+Reading /Users/gperciva/usr/src/lilypond/input/lsr/out-www/rhythms.itely...
+Dissecting...
+Writing snippets...
+All snippets are up to date...
+Compiling rhythms.texi...
+rhythms.texi is up to date.
+Writing `rhythms.texi'...
+Processing include: expressive-marks.itely
+Reading /Users/gperciva/usr/src/lilypond/input/lsr/out-www/expressive-marks.itely...
+Dissecting...
+Writing snippets...
+All snippets are up to date...
+Compiling expressive-marks.texi...
+expressive-marks.texi is up to date.
+Writing `expressive-marks.texi'...
+Processing include: repeats.itely
+Reading /Users/gperciva/usr/src/lilypond/input/lsr/out-www/repeats.itely...
+Dissecting...
+Writing snippets...
+All snippets are up to date...
+Compiling repeats.texi...
+repeats.texi is up to date.
+Writing `repeats.texi'...
+Processing include: simultaneous-notes.itely
+Reading /Users/gperciva/usr/src/lilypond/input/lsr/out-www/simultaneous-notes.itely...
+Dissecting...
+Writing snippets...
+All snippets are up to date...
+Compiling simultaneous-notes.texi...
+simultaneous-notes.texi is up to date.
+Writing `simultaneous-notes.texi'...
+Processing include: staff-notation.itely
+Reading /Users/gperciva/usr/src/lilypond/input/lsr/out-www/staff-notation.itely...
+Dissecting...
+Writing snippets...
+All snippets are up to date...
+Compiling staff-notation.texi...
+staff-notation.texi is up to date.
+Writing `staff-notation.texi'...
+Processing include: editorial-and-educational-use.itely
+Reading /Users/gperciva/usr/src/lilypond/input/lsr/out-www/editorial-and-educational-use.itely...
+Dissecting...
+Writing snippets...
+All snippets are up to date...
+Compiling editorial-and-educational-use.texi...
+editorial-and-educational-use.texi is up to date.
+Writing `editorial-and-educational-use.texi'...
+Processing include: text.itely
+Reading /Users/gperciva/usr/src/lilypond/input/lsr/out-www/text.itely...
+Dissecting...
+Writing snippets...
+All snippets are up to date...
+Compiling text.texi...
+text.texi is up to date.
+Writing `text.texi'...
+Processing include: vocal-music.itely
+Reading /Users/gperciva/usr/src/lilypond/input/lsr/out-www/vocal-music.itely...
+Dissecting...
+Writing snippets...
+All snippets are up to date...
+Compiling vocal-music.texi...
+vocal-music.texi is up to date.
+Writing `vocal-music.texi'...
+Processing include: chords.itely
+Reading /Users/gperciva/usr/src/lilypond/input/lsr/out-www/chords.itely...
+Dissecting...
+Writing snippets...
+All snippets are up to date...
+Compiling chords.texi...
+chords.texi is up to date.
+Writing `chords.texi'...
+Processing include: piano-music.itely
+Reading /Users/gperciva/usr/src/lilypond/input/lsr/out-www/piano-music.itely...
+Dissecting...
+Writing snippets...
+All snippets are up to date...
+Compiling piano-music.texi...
+piano-music.texi is up to date.
+Writing `piano-music.texi'...
+Processing include: percussion.itely
+Reading /Users/gperciva/usr/src/lilypond/input/lsr/out-www/percussion.itely...
+Dissecting...
+Writing snippets...
+All snippets are up to date...
+Compiling percussion.texi...
+percussion.texi is up to date.
+Writing `percussion.texi'...
+Processing include: guitar.itely
+Reading /Users/gperciva/usr/src/lilypond/input/lsr/out-www/guitar.itely...
+Dissecting...
+Writing snippets...
+All snippets are up to date...
+Compiling guitar.texi...
+guitar.texi is up to date.
+Writing `guitar.texi'...
+Processing include: strings.itely
+Reading /Users/gperciva/usr/src/lilypond/input/lsr/out-www/strings.itely...
+Dissecting...
+Writing snippets...
+All snippets are up to date...
+Compiling strings.texi...
+strings.texi is up to date.
+Writing `strings.texi'...
+Processing include: ancient-notation.itely
+Reading /Users/gperciva/usr/src/lilypond/input/lsr/out-www/ancient-notation.itely...
+Dissecting...
+Writing snippets...
+All snippets are up to date...
+Compiling ancient-notation.texi...
+ancient-notation.texi is up to date.
+Writing `ancient-notation.texi'...
+Processing include: contexts-and-engravers.itely
+Reading /Users/gperciva/usr/src/lilypond/input/lsr/out-www/contexts-and-engravers.itely...
+Dissecting...
+Writing snippets...
+All snippets are up to date...
+Compiling contexts-and-engravers.texi...
+contexts-and-engravers.texi is up to date.
+Writing `contexts-and-engravers.texi'...
+Processing include: tweaks-and-overrides.itely
+Reading /Users/gperciva/usr/src/lilypond/input/lsr/out-www/tweaks-and-overrides.itely...
+Dissecting...
+Writing snippets...
+All snippets are up to date...
+Compiling tweaks-and-overrides.texi...
+tweaks-and-overrides.texi is up to date.
+Writing `tweaks-and-overrides.texi'...
+Processing include: paper-and-layout.itely
+Reading /Users/gperciva/usr/src/lilypond/input/lsr/out-www/paper-and-layout.itely...
+Dissecting...
+Writing snippets...
+All snippets are up to date...
+Compiling paper-and-layout.texi...
+paper-and-layout.texi is up to date.
+Writing `paper-and-layout.texi'...
+Processing include: titles.itely
+Reading /Users/gperciva/usr/src/lilypond/input/lsr/out-www/titles.itely...
+Dissecting...
+Writing snippets...
+All snippets are up to date...
+Compiling titles.texi...
+titles.texi is up to date.
+Writing `titles.texi'...
+Processing include: spacing.itely
+Reading /Users/gperciva/usr/src/lilypond/input/lsr/out-www/spacing.itely...
+Dissecting...
+Writing snippets...
+All snippets are up to date...
+Compiling spacing.texi...
+spacing.texi is up to date.
+Writing `spacing.texi'...
+Processing include: midi.itely
+Reading /Users/gperciva/usr/src/lilypond/input/lsr/out-www/midi.itely...
+Dissecting...
+Writing snippets...
+All snippets are up to date...
+Compiling midi.texi...
+midi.texi is up to date.
+Writing `midi.texi'...
+Processing include: template.itely
+Reading /Users/gperciva/usr/src/lilypond/input/lsr/out-www/template.itely...
+Dissecting...
+Writing snippets...
+All snippets are up to date...
+Compiling template.texi...
+template.texi is up to date.
+Writing `template.texi'...
+lilypond-book.py: warning: option --psfonts not used
+lilypond-book.py: warning: processing with dvips will have no fonts
+lilypond-book.py (GNU LilyPond) @TOPLEVEL_VERSION@
+rm -f lilypond-snippets
+ln -s ./out-www lilypond-snippets
+mkdir -p ./out-www/lilypond-snippets
+find ./out-www/lilypond-snippets/ -name '*'.png | xargs rm -f
+(cd ./out-www/lilypond-snippets/ ; ln -sf ../*.png . )
+touch out-www/lilypond-snippets.info-images-dir.dep
+LANG= makeinfo --enable-encoding -D 'version 2.11.42' -I./out-www --output=out-www/lilypond-snippets.info out-www/lilypond-snippets.texi
+cd ./out-www; texi2pdf --command '@set version 2.11.42' --batch  lilypond-snippets.texi
+/opt/local/bin/texi2dvi: Running pdfetex --file-line-error </dev/null '\nonstopmode' '\input' '/Users/gperciva/usr/src/lilypond/input/lsr/out-www/lilypond-snippets.t2d/pdf/xtr/lilypond-snippets.texi' ...
+This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
+ file:line:error style messages enabled.
+entering extended mode
+
+
+(/Users/gperciva/usr/src/lilypond/input/lsr/out-www/lilypond-snippets.t2d/pdf/x
+tr/lilypond-snippets.texi (/Users/gperciva/usr/src/lilypond/tex/texinfo.tex
+Loading texinfo [version 2008-03-07.10]: pdf, fonts, page headings, tables,
+conditionals, indexing, sectioning, toc, environments, defuns, macros,
+cross references, insertions,
+(/opt/local/share/texmf-dist/tex/generic/epsf/epsf.tex
+This is `epsf.tex' v2.7.3 <23 July 2005>
+) localization, formatting, and turning on texinfo input format.)
+(./lilypond-snippets.aux) (/opt/local/share/texmf-dist/tex/texinfo/txi-en.tex)
+[1{/opt/local/share/texmf/fonts/map/pdftex/updmap/pdftex.map}]
+(./lilypond-snippets.toc) [-1] (./lilypond-snippets.toc)
+(./lilypond-snippets.toc) (./pitches.texi
+./pitches.texi:1: This command can appear only out of any environment, not in e
+nvironment @titlepage.
+@badenverr ...temp , not @inenvironment @thisenv }
+                                                  
+@checkenv ...@ifx @thisenv @temp @else @badenverr 
+                                                  @fi 
+@\node #1->@checkenv {}
+                       @donode #1 ,@finishnodeparse 
+l.1 @node Pitches
+                 
+(Pitches) (./lily-63ed70b57c.texidoc) (./lily-63ed70b57c-systems.texi <./lily-6
+3ed70b57c-1.pdf>) (./lily-30f7fb2c7b.texidoc) (./lily-30f7fb2c7b-systems.texi <
+./lily-30f7fb2c7b-1.pdf>) (./lily-d3ddde04d5.texidoc [1])
+(./lily-d3ddde04d5-systems.texi <./lily-d3ddde04d5-1.pdf> <./lily-d3ddde04d5-2.
+pdf>) (./lily-5ba35cc322.texidoc [2]) [3] (./lily-5ba35cc322-systems.texi <./li
+ly-5ba35cc322-1.pdf> <./lily-5ba35cc322-2.pdf>) (./lily-f710278798.texidoc)
+[4] (./lily-f710278798-systems.texi <./lily-f710278798-1.pdf>)
+(./lily-a884c3feab.texidoc) (./lily-a884c3feab-systems.texi <./lily-a884c3feab-
+1.pdf> [5]) (./lily-426bf7fb92.texidoc) (./lily-426bf7fb92-systems.texi <./lily
+-426bf7fb92-1.pdf>) (./lily-552a80dd5a.texidoc) [6] [7] [8]
+(./lily-552a80dd5a-systems.texi <./lily-552a80dd5a-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+) (./lily-f2c4cde143.texidoc) (./lily-f2c4cde143-systems.texi <./lily-f2c4cde14
+3-1.pdf>) (./lily-03f01eadbd.texidoc) (./lily-03f01eadbd-systems.texi <./lily-0
+3f01eadbd-1.pdf>) (./lily-2cc70ce249.texidoc [9])
+(./lily-2cc70ce249-systems.texi <./lily-2cc70ce249-1.pdf>)
+(./lily-438c94dd8b.texidoc
+Overfull \hbox (8.48822pt too wide) in paragraph at lines 775--1
+[]@textrm `@texttt preventing-natural-signs-from-being-printed-when-the-key-sig
+nature-changes.ly[]@textrm '[] 
+) (./lily-438c94dd8b-systems.texi <./lily-438c94dd8b-1.pdf>)
+(./lily-ae4c612994.texidoc) [10] (./lily-ae4c612994-systems.texi <./lily-ae4c61
+2994-1.pdf>) (./lily-c2b37a4507.texidoc) [11] (./lily-c2b37a4507-systems.texi <
+./lily-c2b37a4507-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+ <./lily-c2b37a4507-2.pdf>
+Underfull \hbox (badness 10000) detected at line 2
+[]
+)) (./rhythms.texi
+./rhythms.texi:1: This command can appear only out of any environment, not in e
+nvironment @titlepage.
+@badenverr ...temp , not @inenvironment @thisenv }
+                                                  
+@checkenv ...@ifx @thisenv @temp @else @badenverr 
+                                                  @fi 
+@\node #1->@checkenv {}
+                       @donode #1 ,@finishnodeparse 
+l.1 @node Rhythms
+                 
+(Rhythms) [12] (./lily-0e7133ecc4.texidoc) (./lily-0e7133ecc4-systems.texi <./l
+ily-0e7133ecc4-1.pdf>) (./lily-f4701f5acc.texidoc)
+Overfull \hbox (142.61945pt too wide) in paragraph at lines 102--102
+[][] 
+
+Overfull \hbox (194.35764pt too wide) in paragraph at lines 102--102
+[][] 
+
+Overfull \hbox (67.8865pt too wide) in paragraph at lines 102--102
+[][] 
+[13] (./lily-f4701f5acc-systems.texi <./lily-f4701f5acc-1.pdf>
+Overfull \hbox (36.59341pt too wide) detected at line 1
+[]
+ <./lily-f4701f5acc-2.pdf>
+Overfull \hbox (36.59341pt too wide) detected at line 2
+[]
+) (./lily-cfd63345f4.texidoc) (./lily-cfd63345f4-systems.texi <./lily-cfd63345f
+4-1.pdf>) (./lily-87f460edd0.texidoc) [14] (./lily-87f460edd0-systems.texi <./l
+ily-87f460edd0-1.pdf> <./lily-87f460edd0-2.pdf>) (./lily-8abb24ea53.texidoc)
+[15] (./lily-8abb24ea53-systems.texi <./lily-8abb24ea53-1.pdf>)
+(./lily-f65ce2738c.texidoc) (./lily-f65ce2738c-systems.texi <./lily-f65ce2738c-
+1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+ <./lily-f65ce2738c-2.pdf>
+Underfull \hbox (badness 10000) detected at line 2
+[]
+) (./lily-c13f65514d.texidoc
+Overfull \hbox (2.73953pt too wide) in paragraph at lines 354--1
+[]@textrm `@texttt changing-time-signatures-inside-a-polymetric-section-using--
+compressmusic.ly[]@textrm '[] 
+) [16] (./lily-c13f65514d-systems.texi <./lily-c13f65514d-1.pdf>)
+(./lily-7e48734647.texidoc) [17] (./lily-7e48734647-systems.texi <./lily-7e4873
+4647-1.pdf>) (./lily-3584e4b554.texidoc) (./lily-3584e4b554-systems.texi <./lil
+y-3584e4b554-1.pdf>) (./lily-3fcc6bff98.texidoc) [18]
+(./lily-3fcc6bff98-systems.texi <./lily-3fcc6bff98-1.pdf>)
+(./lily-b1c8640e39.texidoc) (./lily-b1c8640e39-systems.texi <./lily-b1c8640e39-
+1.pdf> <./lily-b1c8640e39-2.pdf>) (./lily-2f99bfda2e.texidoc) [19]
+(./lily-2f99bfda2e-systems.texi <./lily-2f99bfda2e-1.pdf>)
+(./lily-8924d0d8ed.texidoc) (./lily-8924d0d8ed-systems.texi <./lily-8924d0d8ed-
+1.pdf> <./lily-8924d0d8ed-2.pdf>) (./lily-4e5701c633.texidoc) [20]
+(./lily-4e5701c633-systems.texi <./lily-4e5701c633-1.pdf>
+Overfull \hbox (31.57468pt too wide) detected at line 1
+[]
+[21] <./lily-4e5701c633-2.pdf>
+Overfull \hbox (31.57468pt too wide) detected at line 2
+[]
+ <./lily-4e5701c633-3.pdf>
+Overfull \hbox (31.57468pt too wide) detected at line 3
+[]
+ <./lily-4e5701c633-4.pdf>
+Overfull \hbox (31.57468pt too wide) detected at line 4
+[]
+) (./lily-0690828e72.texidoc) (./lily-0690828e72-systems.texi <./lily-0690828e7
+2-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+) (./lily-f398e24038.texidoc) [22] (./lily-f398e24038-systems.texi <./lily-f398
+e24038-1.pdf>) (./lily-6588168134.texidoc) (./lily-6588168134-systems.texi <./l
+ily-6588168134-1.pdf>) (./lily-a88c633830.texidoc) [23] [24] [25]
+(./lily-a88c633830-systems.texi <./lily-a88c633830-1.pdf> <./lily-a88c633830-2.
+pdf> <./lily-a88c633830-3.pdf> [26]) (./lily-7f25c4ef9f.texidoc)
+(./lily-7f25c4ef9f-systems.texi <./lily-7f25c4ef9f-1.pdf> <./lily-7f25c4ef9f-2.
+pdf> <./lily-7f25c4ef9f-3.pdf> [27] <./lily-7f25c4ef9f-4.pdf>)
+(./lily-2ee8f5a6c2.texidoc) (./lily-2ee8f5a6c2-systems.texi <./lily-2ee8f5a6c2-
+1.pdf>) (./lily-9f4e86b08a.texidoc) [28] (./lily-9f4e86b08a-systems.texi <./lil
+y-9f4e86b08a-1.pdf>) (./lily-32498bd268.texidoc)
+(./lily-32498bd268-systems.texi <./lily-32498bd268-1.pdf>))
+(./expressive-marks.texi
+./expressive-marks.texi:1: This command can appear only out of any environment,
+ not in environment @titlepage.
+@badenverr ...temp , not @inenvironment @thisenv }
+                                                  
+@checkenv ...@ifx @thisenv @temp @else @badenverr 
+                                                  @fi 
+@\node #1->@checkenv {}
+                       @donode #1 ,@finishnodeparse 
+l.1 @node Expressive marks
+                          
+(Expressive marks) [29] (./lily-0e7133ecc4.texidoc)
+(./lily-0e7133ecc4-systems.texi <./lily-0e7133ecc4-1.pdf>)
+(./lily-310a01a561.texidoc) (./lily-310a01a561-systems.texi <./lily-310a01a561-
+1.pdf>) (./lily-36dbadbb57.texidoc) [30]
+Overfull \hbox (16.14832pt too wide) in paragraph at lines 158--158
+[][][][][][][] 
+(./lily-36dbadbb57-systems.texi <./lily-36dbadbb57-1.pdf>)
+(./lily-ef2f90e4f1.texidoc) [31] (./lily-ef2f90e4f1-systems.texi <./lily-ef2f90
+e4f1-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+) (./lily-11cb2bacb6.texidoc) (./lily-11cb2bacb6-systems.texi <./lily-11cb2bacb
+6-1.pdf> [32]) (./lily-dbf914c90c.texidoc) (./lily-dbf914c90c-systems.texi <./l
+ily-dbf914c90c-1.pdf>) (./lily-6c3945f07b.texidoc)
+(./lily-6c3945f07b-systems.texi <./lily-6c3945f07b-1.pdf> [33])
+(./lily-fc968210bc.texidoc) (./lily-fc968210bc-systems.texi <./lily-fc968210bc-
+1.pdf>) (./lily-abc8a4a801.texidoc) (./lily-abc8a4a801-systems.texi <./lily-abc
+8a4a801-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+) (./lily-07292c190f.texidoc) (./lily-07292c190f-systems.texi <./lily-07292c190
+f-1.pdf> [34]) (./lily-9f3bc904b7.texidoc) (./lily-9f3bc904b7-systems.texi <./l
+ily-9f3bc904b7-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+) (./lily-0dde5471f1.texidoc) [35]
+Overfull \hbox (332.32614pt too wide) in paragraph at lines 651--651
+[][] 
+
+Overfull \hbox (56.38913pt too wide) in paragraph at lines 651--651
+[][] 
+(./lily-0dde5471f1-systems.texi <./lily-0dde5471f1-1.pdf>)
+(./lily-5aaf6e525f.texidoc) (./lily-5aaf6e525f-systems.texi <./lily-5aaf6e525f-
+1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+[36]) (./lily-614357d344.texidoc) [37] (./lily-614357d344-systems.texi <./lily-
+614357d344-1.pdf>)) (./repeats.texi
+./repeats.texi:1: This command can appear only out of any environment, not in e
+nvironment @titlepage.
+@badenverr ...temp , not @inenvironment @thisenv }
+                                                  
+@checkenv ...@ifx @thisenv @temp @else @badenverr 
+                                                  @fi 
+@\node #1->@checkenv {}
+                       @donode #1 ,@finishnodeparse 
+l.1 @node Repeats
+                 
+(Repeats) [38] (./lily-0d92928acf.texidoc)
+Overfull \hbox (33.39438pt too wide) in paragraph at lines 121--121
+[][] 
+
+Overfull \hbox (27.64569pt too wide) in paragraph at lines 121--121
+[][] 
+[39]
+Overfull \hbox (50.64044pt too wide) in paragraph at lines 121--121
+[][] 
+
+Overfull \hbox (430.05383pt too wide) in paragraph at lines 121--121
+[][] 
+
+Overfull \hbox (21.897pt too wide) in paragraph at lines 121--121
+[][] 
+[40] (./lily-0d92928acf-systems.texi <./lily-0d92928acf-1.pdf> <./lily-0d92928a
+cf-2.pdf>) (./lily-c63ed0888c.texidoc) (./lily-c63ed0888c-systems.texi <./lily-
+c63ed0888c-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+)) (./simultaneous-notes.texi
+./simultaneous-notes.texi:1: This command can appear only out of any environmen
+t, not in environment @titlepage.
+@badenverr ...temp , not @inenvironment @thisenv }
+                                                  
+@checkenv ...@ifx @thisenv @temp @else @badenverr 
+                                                  @fi 
+@\node #1->@checkenv {}
+                       @donode #1 ,@finishnodeparse 
+l.1 @node Simultaneous notes
+                            
+(Simultaneous notes) [41] (./lily-fc697fb037.texidoc)
+Overfull \hbox (90.88126pt too wide) in paragraph at lines 34--34
+[][] 
+(./lily-fc697fb037-systems.texi <./lily-fc697fb037-1.pdf>
+Overfull \hbox (16.51842pt too wide) detected at line 1
+[]
+ <./lily-fc697fb037-2.pdf>) (./lily-cba1b5e99f.texidoc)
+(./lily-cba1b5e99f-systems.texi <./lily-cba1b5e99f-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+) (./lily-afd7d5e497.texidoc [42]) [43] (./lily-afd7d5e497-systems.texi <./lily
+-afd7d5e497-1.pdf> <./lily-afd7d5e497-2.pdf> <./lily-afd7d5e497-3.pdf>
+Overfull \hbox (11.49966pt too wide) detected at line 3
+[]
+)) (./staff-notation.texi
+./staff-notation.texi:1: This command can appear only out of any environment, n
+ot in environment @titlepage.
+@badenverr ...temp , not @inenvironment @thisenv }
+                                                  
+@checkenv ...@ifx @thisenv @temp @else @badenverr 
+                                                  @fi 
+@\node #1->@checkenv {}
+                       @donode #1 ,@finishnodeparse 
+l.1 @node Staff notation
+                        
+(Staff notation) [44] (./lily-63ed70b57c.texidoc)
+(./lily-63ed70b57c-systems.texi <./lily-63ed70b57c-1.pdf>)
+(./lily-8452b25752.texidoc) (./lily-8452b25752-systems.texi <./lily-8452b25752-
+1.pdf> [45]) (./lily-b603e8e436.texidoc)
+Overfull \hbox (50.64044pt too wide) in paragraph at lines 163--163
+[][] 
+(./lily-b603e8e436-systems.texi <./lily-b603e8e436-1.pdf> <./lily-b603e8e436-2.
+pdf> <./lily-b603e8e436-3.pdf> [46]) (./lily-c527b9c461.texidoc)
+(./lily-c527b9c461-systems.texi <./lily-c527b9c461-1.pdf>)
+(./lily-45ac7df8b8.texidoc) [47] (./lily-45ac7df8b8-systems.texi <./lily-45ac7d
+f8b8-1.pdf>) (./lily-5ba35cc322.texidoc) [48] (./lily-5ba35cc322-systems.texi <
+./lily-5ba35cc322-1.pdf> <./lily-5ba35cc322-2.pdf>) (./lily-e33325afca.texidoc)
+[49] (./lily-e33325afca-systems.texi <./lily-e33325afca-1.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 1
+[]
+ <./lily-e33325afca-2.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 2
+[]
+ <./lily-e33325afca-3.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 3
+[]
+ <./lily-e33325afca-4.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 4
+[]
+ <./lily-e33325afca-5.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 5
+[]
+ <./lily-e33325afca-6.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 6
+[]
+ <./lily-e33325afca-7.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 7
+[]
+ <./lily-e33325afca-8.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 8
+[]
+[50] <./lily-e33325afca-9.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 9
+[]
+ <./lily-e33325afca-10.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 10
+[]
+ <./lily-e33325afca-11.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 11
+[]
+ <./lily-e33325afca-12.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 12
+[]
+) (./lily-da46fdeaaa.texidoc) [51] [52] [53] [54]
+Overfull \hbox (21.897pt too wide) in paragraph at lines 722--722
+[][] 
+[55] (./lily-da46fdeaaa-systems.texi <./lily-da46fdeaaa-1.pdf> <./lily-da46fdea
+aa-2.pdf> [56]) (./lily-638e062d67.texidoc) (./lily-638e062d67-systems.texi <./
+lily-638e062d67-1.pdf> <./lily-638e062d67-2.pdf>) (./lily-4bad3399c7.texidoc)
+[57] (./lily-4bad3399c7-systems.texi <./lily-4bad3399c7-1.pdf>
+Overfull \hbox (15.51466pt too wide) detected at line 1
+[]
+) (./lily-f2c4cde143.texidoc) (./lily-f2c4cde143-systems.texi <./lily-f2c4cde14
+3-1.pdf>) (./lily-ae4c612994.texidoc) [58] (./lily-ae4c612994-systems.texi <./l
+ily-ae4c612994-1.pdf>) (./lily-7c79630165.texidoc) [59]
+(./lily-7c79630165-systems.texi <./lily-7c79630165-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+) (./lily-2ac8eec0fc.texidoc) (./lily-2ac8eec0fc-systems.texi <./lily-2ac8eec0f
+c-1.pdf>) (./lily-c63ed0888c.texidoc) [60] (./lily-c63ed0888c-systems.texi <./l
+ily-c63ed0888c-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+)) (./editorial-and-educational-use.texi
+./editorial-and-educational-use.texi:1: This command can appear only out of any
+ environment, not in environment @titlepage.
+@badenverr ...temp , not @inenvironment @thisenv }
+                                                  
+@checkenv ...@ifx @thisenv @temp @else @badenverr 
+                                                  @fi 
+@\node #1->@checkenv {}
+                       @donode #1 ,@finishnodeparse 
+l.1 @node Editorial and educational use
+                                       
+(Editorial and educational use) [61] (./lily-d3ddde04d5.texidoc)
+(./lily-d3ddde04d5-systems.texi <./lily-d3ddde04d5-1.pdf> <./lily-d3ddde04d5-2.
+pdf>) (./lily-e44f31978b.texidoc) [62] (./lily-e44f31978b-systems.texi <./lily-
+e44f31978b-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+) (./lily-fc697fb037.texidoc)
+Overfull \hbox (90.88126pt too wide) in paragraph at lines 141--141
+[][] 
+(./lily-fc697fb037-systems.texi <./lily-fc697fb037-1.pdf>
+Overfull \hbox (16.51842pt too wide) detected at line 1
+[]
+ <./lily-fc697fb037-2.pdf>) (./lily-fc968210bc.texidoc) [63]
+(./lily-fc968210bc-systems.texi <./lily-fc968210bc-1.pdf>)
+(./lily-f2dafdf526.texidoc) [64] (./lily-f2dafdf526-systems.texi <./lily-f2dafd
+f526-1.pdf>) (./lily-5ba35cc322.texidoc) [65] (./lily-5ba35cc322-systems.texi <
+./lily-5ba35cc322-1.pdf> <./lily-5ba35cc322-2.pdf>) (./lily-5e4654c6df.texidoc)
+[66] (./lily-5e4654c6df-systems.texi <./lily-5e4654c6df-1.pdf>)
+(./lily-e33325afca.texidoc) (./lily-e33325afca-systems.texi <./lily-e33325afca-
+1.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 1
+[]
+ <./lily-e33325afca-2.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 2
+[]
+[67] <./lily-e33325afca-3.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 3
+[]
+ <./lily-e33325afca-4.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 4
+[]
+ <./lily-e33325afca-5.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 5
+[]
+ <./lily-e33325afca-6.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 6
+[]
+ <./lily-e33325afca-7.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 7
+[]
+ <./lily-e33325afca-8.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 8
+[]
+ <./lily-e33325afca-9.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 9
+[]
+ <./lily-e33325afca-10.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 10
+[]
+ <./lily-e33325afca-11.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 11
+[]
+ <./lily-e33325afca-12.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 12
+[]
+) (./lily-8924d0d8ed.texidoc) [68] (./lily-8924d0d8ed-systems.texi <./lily-8924
+d0d8ed-1.pdf> <./lily-8924d0d8ed-2.pdf>) (./lily-ee49598a1d.texidoc)
+(./lily-ee49598a1d-systems.texi <./lily-ee49598a1d-1.pdf> [69] <./lily-ee49598a
+1d-2.pdf>) (./lily-638e062d67.texidoc) (./lily-638e062d67-systems.texi <./lily-
+638e062d67-1.pdf> <./lily-638e062d67-2.pdf>) (./lily-2ee8f5a6c2.texidoc)
+[70] (./lily-2ee8f5a6c2-systems.texi <./lily-2ee8f5a6c2-1.pdf>)
+(./lily-a21040bf57.texidoc) [71] (./lily-a21040bf57-systems.texi <./lily-a21040
+bf57-1.pdf>)) (./text.texi
+./text.texi:1: This command can appear only out of any environment, not in envi
+ronment @titlepage.
+@badenverr ...temp , not @inenvironment @thisenv }
+                                                  
+@checkenv ...@ifx @thisenv @temp @else @badenverr 
+                                                  @fi 
+@\node #1->@checkenv {}
+                       @donode #1 ,@finishnodeparse 
+l.1 @node Text
+              
+(Text) [72] (./lily-dad3be477f.texidoc) (./lily-dad3be477f-systems.texi <./lily
+-dad3be477f-1.pdf> <./lily-dad3be477f-2.pdf>) (./lily-dd555352eb.texidoc)
+[73] (./lily-dd555352eb-systems.texi <./lily-dd555352eb-1.pdf>
+Overfull \hbox (58.67592pt too wide) detected at line 1
+[]
+ <./lily-dd555352eb-2.pdf>
+Overfull \hbox (58.67592pt too wide) detected at line 2
+[]
+ <./lily-dd555352eb-3.pdf>
+Overfull \hbox (58.67592pt too wide) detected at line 3
+[]
+) (./lily-74191e2e62.texidoc) [74] (./lily-74191e2e62-systems.texi <./lily-7419
+1e2e62-1.pdf>) (./lily-e44f31978b.texidoc) (./lily-e44f31978b-systems.texi <./l
+ily-e44f31978b-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+) (./lily-dbf914c90c.texidoc) [75] (./lily-dbf914c90c-systems.texi <./lily-dbf9
+14c90c-1.pdf>) (./lily-f2dafdf526.texidoc) [76] (./lily-f2dafdf526-systems.texi
+ <./lily-f2dafdf526-1.pdf>) (./lily-abc8a4a801.texidoc)
+(./lily-abc8a4a801-systems.texi <./lily-abc8a4a801-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+) (./lily-afd7d5e497.texidoc) [77] [78] (./lily-afd7d5e497-systems.texi <./lily
+-afd7d5e497-1.pdf> <./lily-afd7d5e497-2.pdf> <./lily-afd7d5e497-3.pdf>
+Overfull \hbox (11.49966pt too wide) detected at line 3
+[]
+) (./lily-9f3bc904b7.texidoc) (./lily-9f3bc904b7-systems.texi <./lily-9f3bc904b
+7-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+) (./lily-0dde5471f1.texidoc) [79]
+Overfull \hbox (332.32614pt too wide) in paragraph at lines 610--610
+[][] 
+
+Overfull \hbox (56.38913pt too wide) in paragraph at lines 610--610
+[][] 
+(./lily-0dde5471f1-systems.texi <./lily-0dde5471f1-1.pdf>)
+(./lily-0d4c150c1e.texidoc) (./lily-0d4c150c1e-systems.texi <./lily-0d4c150c1e-
+1.pdf> <./lily-0d4c150c1e-2.pdf> <./lily-0d4c150c1e-3.pdf> [80] <./lily-0d4c150
+c1e-4.pdf> <./lily-0d4c150c1e-5.pdf>) (./lily-ee49598a1d.texidoc)
+(./lily-ee49598a1d-systems.texi <./lily-ee49598a1d-1.pdf> <./lily-ee49598a1d-2.
+pdf>) (./lily-c797953776.texidoc) (./lily-c797953776-systems.texi <./lily-c7979
+53776-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+) (./lily-6c25e42165.texidoc) [81] (./lily-6c25e42165-systems.texi <./lily-6c25
+e42165-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+ <./lily-6c25e42165-2.pdf>
+Underfull \hbox (badness 10000) detected at line 2
+[]
+ <./lily-6c25e42165-3.pdf>
+Underfull \hbox (badness 10000) detected at line 3
+[]
+ <./lily-6c25e42165-4.pdf>
+Underfull \hbox (badness 10000) detected at line 4
+[]
+ <./lily-6c25e42165-5.pdf>
+Underfull \hbox (badness 10000) detected at line 5
+[]
+ <./lily-6c25e42165-6.pdf>
+Underfull \hbox (badness 10000) detected at line 6
+[]
+ <./lily-6c25e42165-7.pdf>
+Underfull \hbox (badness 10000) detected at line 7
+[]
+ <./lily-6c25e42165-8.pdf>
+Underfull \hbox (badness 10000) detected at line 8
+[]
+ <./lily-6c25e42165-9.pdf>
+Underfull \hbox (badness 10000) detected at line 9
+[]
+ <./lily-6c25e42165-10.pdf>
+Underfull \hbox (badness 10000) detected at line 10
+[]
+ <./lily-6c25e42165-11.pdf>
+Underfull \hbox (badness 10000) detected at line 11
+[]
+[82] <./lily-6c25e42165-12.pdf>
+Underfull \hbox (badness 10000) detected at line 12
+[]
+ <./lily-6c25e42165-13.pdf>
+Underfull \hbox (badness 10000) detected at line 13
+[]
+ <./lily-6c25e42165-14.pdf>
+Underfull \hbox (badness 10000) detected at line 14
+[]
+ <./lily-6c25e42165-15.pdf>
+Underfull \hbox (badness 10000) detected at line 15
+[]
+ <./lily-6c25e42165-16.pdf>
+Underfull \hbox (badness 10000) detected at line 16
+[]
+ <./lily-6c25e42165-17.pdf>
+Underfull \hbox (badness 10000) detected at line 17
+[]
+ <./lily-6c25e42165-18.pdf>
+Underfull \hbox (badness 10000) detected at line 18
+[]
+ <./lily-6c25e42165-19.pdf>
+Underfull \hbox (badness 10000) detected at line 19
+[]
+ <./lily-6c25e42165-20.pdf>
+Underfull \hbox (badness 10000) detected at line 20
+[]
+ <./lily-6c25e42165-21.pdf>
+Underfull \hbox (badness 10000) detected at line 21
+[]
+ <./lily-6c25e42165-22.pdf>
+Underfull \hbox (badness 10000) detected at line 22
+[]
+ <./lily-6c25e42165-23.pdf>
+Underfull \hbox (badness 10000) detected at line 23
+[]
+ <./lily-6c25e42165-24.pdf>
+Underfull \hbox (badness 10000) detected at line 24
+[]
+ <./lily-6c25e42165-25.pdf>
+Underfull \hbox (badness 10000) detected at line 25
+[]
+) (./lily-03f01eadbd.texidoc) [83] (./lily-03f01eadbd-systems.texi <./lily-03f0
+1eadbd-1.pdf>) (./lily-c8c0533ea1.texidoc)
+Overfull \hbox (73.6352pt too wide) in paragraph at lines 905--905
+[][] 
+(./lily-c8c0533ea1-systems.texi <./lily-c8c0533ea1-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+) (./lily-3bba13fd34.texidoc) [84] (./lily-3bba13fd34-systems.texi <./lily-3bba
+13fd34-1.pdf>) (./lily-3da40b8257.texidoc)
+l.1053: Unicode char @u8:Ж not defined for Texinfo
+l.1053: Unicode char @u8:ъ not defined for Texinfo
+l.1053: Unicode char @u8:л not defined for Texinfo
+l.1053: Unicode char @u8:т not defined for Texinfo
+l.1053: Unicode char @u8:а not defined for Texinfo
+l.1053: Unicode char @u8:т not defined for Texinfo
+l.1053: Unicode char @u8:а not defined for Texinfo
+l.1053: Unicode char @u8:д not defined for Texinfo
+l.1053: Unicode char @u8:ю not defined for Texinfo
+l.1053: Unicode char @u8:л not defined for Texinfo
+l.1053: Unicode char @u8:я not defined for Texinfo
+l.1053: Unicode char @u8:б not defined for Texinfo
+l.1053: Unicode char @u8:е not defined for Texinfo
+l.1053: Unicode char @u8:ш not defined for Texinfo
+l.1053: Unicode char @u8:е not defined for Texinfo
+l.1053: Unicode char @u8:щ not defined for Texinfo
+l.1053: Unicode char @u8:а not defined for Texinfo
+l.1053: Unicode char @u8:с not defined for Texinfo
+l.1053: Unicode char @u8:т not defined for Texinfo
+l.1053: Unicode char @u8:л not defined for Texinfo
+l.1053: Unicode char @u8:и not defined for Texinfo
+l.1053: Unicode char @u8:в not defined for Texinfo
+l.1053: Unicode char @u8:а not defined for Texinfo
+l.1053: Unicode char @u8:ч not defined for Texinfo
+l.1053: Unicode char @u8:е not defined for Texinfo
+l.1053: Unicode char @u8:п not defined for Texinfo
+l.1053: Unicode char @u8:у not defined for Texinfo
+l.1053: Unicode char @u8:х not defined for Texinfo
+l.1053: Unicode char @u8:ъ not defined for Texinfo
+l.1053: Unicode char @u8:т not defined for Texinfo
+l.1053: Unicode char @u8:к not defined for Texinfo
+l.1053: Unicode char @u8:о not defined for Texinfo
+l.1053: Unicode char @u8:й not defined for Texinfo
+l.1053: Unicode char @u8:т not defined for Texinfo
+l.1053: Unicode char @u8:о not defined for Texinfo
+l.1053: Unicode char @u8:ц not defined for Texinfo
+l.1053: Unicode char @u8:ъ not defined for Texinfo
+l.1053: Unicode char @u8:ф not defined for Texinfo
+l.1053: Unicode char @u8:н not defined for Texinfo
+l.1053: Unicode char @u8:а not defined for Texinfo
+l.1053: Unicode char @u8:з not defined for Texinfo
+l.1053: Unicode char @u8:а not defined for Texinfo
+l.1053: Unicode char @u8:м not defined for Texinfo
+l.1053: Unicode char @u8:р not defined for Texinfo
+l.1053: Unicode char @u8:ъ not defined for Texinfo
+l.1053: Unicode char @u8:з not defined for Texinfo
+l.1053: Unicode char @u8:н not defined for Texinfo
+l.1053: Unicode char @u8:а not defined for Texinfo
+l.1053: Unicode char @u8:к not defined for Texinfo
+l.1053: Unicode char @u8:а not defined for Texinfo
+l.1053: Unicode char @u8:т not defined for Texinfo
+l.1053: Unicode char @u8:о not defined for Texinfo
+l.1053: Unicode char @u8:г not defined for Texinfo
+l.1053: Unicode char @u8:ь not defined for Texinfo
+l.1053: Unicode char @u8:о not defined for Texinfo
+l.1053: Unicode char @u8:н not defined for Texinfo
+l.1053: Unicode char @u8:ז not defined for Texinfo
+l.1053: Unicode char @u8:ה not defined for Texinfo
+l.1053: Unicode char @u8:כ not defined for Texinfo
+l.1053: Unicode char @u8:י not defined for Texinfo
+l.1053: Unicode char @u8:ף not defined for Texinfo
+l.1053: Unicode char @u8:ס not defined for Texinfo
+l.1053: Unicode char @u8:ת not defined for Texinfo
+l.1053: Unicode char @u8:ם not defined for Texinfo
+l.1053: Unicode char @u8:ל not defined for Texinfo
+l.1053: Unicode char @u8:ש not defined for Texinfo
+l.1053: Unicode char @u8:מ not defined for Texinfo
+l.1053: Unicode char @u8:ו not defined for Texinfo
+l.1053: Unicode char @u8:ע not defined for Texinfo
+l.1053: Unicode char @u8:א not defined for Texinfo
+l.1053: Unicode char @u8:י not defined for Texinfo
+l.1053: Unicode char @u8:ך not defined for Texinfo
+l.1053: Unicode char @u8:ת not defined for Texinfo
+l.1053: Unicode char @u8:נ not defined for Texinfo
+l.1053: Unicode char @u8:צ not defined for Texinfo
+l.1053: Unicode char @u8:ח not defined for Texinfo
+l.1053: Unicode char @u8:ק not defined for Texinfo
+l.1053: Unicode char @u8:ר not defined for Texinfo
+l.1053: Unicode char @u8:פ not defined for Texinfo
+l.1053: Unicode char @u8:ד not defined for Texinfo
+l.1053: Unicode char @u8:ע not defined for Texinfo
+l.1053: Unicode char @u8:ץ not defined for Texinfo
+l.1053: Unicode char @u8:ט not defined for Texinfo
+l.1053: Unicode char @u8:ו not defined for Texinfo
+l.1053: Unicode char @u8:ב not defined for Texinfo
+l.1053: Unicode char @u8:ב not defined for Texinfo
+l.1053: Unicode char @u8:ג not defined for Texinfo
+l.1053: Unicode char @u8:ן not defined for Texinfo
+l.1053: Unicode char @u8:い not defined for Texinfo
+l.1053: Unicode char @u8:ろ not defined for Texinfo
+l.1053: Unicode char @u8:は not defined for Texinfo
+l.1053: Unicode char @u8:に not defined for Texinfo
+l.1053: Unicode char @u8:ほ not defined for Texinfo
+l.1053: Unicode char @u8:へ not defined for Texinfo
+l.1053: Unicode char @u8:ど not defined for Texinfo
+l.1053: Unicode char @u8:ち not defined for Texinfo
+l.1053: Unicode char @u8:り not defined for Texinfo
+l.1053: Unicode char @u8:ぬ not defined for Texinfo
+l.1053: Unicode char @u8:る not defined for Texinfo
+l.1053: Unicode char @u8:を not defined for Texinfo
+l.1053: Unicode char @u8:わ not defined for Texinfo
+l.1053: Unicode char @u8:が not defined for Texinfo
+l.1053: Unicode char @u8:よ not defined for Texinfo
+l.1053: Unicode char @u8:た not defined for Texinfo
+l.1053: Unicode char @u8:れ not defined for Texinfo
+l.1053: Unicode char @u8:ぞ not defined for Texinfo
+l.1053: Unicode char @u8:つ not defined for Texinfo
+l.1053: Unicode char @u8:ね not defined for Texinfo
+l.1053: Unicode char @u8:な not defined for Texinfo
+l.1053: Unicode char @u8:ら not defined for Texinfo
+l.1053: Unicode char @u8:む not defined for Texinfo
+l.1053: Unicode char @u8:う not defined for Texinfo
+l.1053: Unicode char @u8:ゐ not defined for Texinfo
+l.1053: Unicode char @u8:の not defined for Texinfo
+l.1053: Unicode char @u8:お not defined for Texinfo
+l.1053: Unicode char @u8:く not defined for Texinfo
+l.1053: Unicode char @u8:や not defined for Texinfo
+l.1053: Unicode char @u8:ま not defined for Texinfo
+l.1053: Unicode char @u8:け not defined for Texinfo
+l.1053: Unicode char @u8:ふ not defined for Texinfo
+l.1053: Unicode char @u8:こ not defined for Texinfo
+l.1053: Unicode char @u8:え not defined for Texinfo
+l.1053: Unicode char @u8:て not defined for Texinfo
+l.1053: Unicode char @u8:あ not defined for Texinfo
+l.1053: Unicode char @u8:さ not defined for Texinfo
+l.1053: Unicode char @u8:き not defined for Texinfo
+l.1053: Unicode char @u8:ゆ not defined for Texinfo
+l.1053: Unicode char @u8:め not defined for Texinfo
+l.1053: Unicode char @u8:み not defined for Texinfo
+l.1053: Unicode char @u8:じ not defined for Texinfo
+l.1053: Unicode char @u8:ゑ not defined for Texinfo
+l.1053: Unicode char @u8:ひ not defined for Texinfo
+l.1053: Unicode char @u8:も not defined for Texinfo
+l.1053: Unicode char @u8:せ not defined for Texinfo
+l.1053: Unicode char @u8:ず not defined for Texinfo [85]
+(./lily-3da40b8257-systems.texi <./lily-3da40b8257-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+ <./lily-3da40b8257-2.pdf>
+Underfull \hbox (badness 10000) detected at line 2
+[]
+) (./lily-48e3d5694d.texidoc) [86]
+Overfull \hbox (39.14307pt too wide) in paragraph at lines 1198--1198
+[][] 
+
+Overfull \hbox (27.64569pt too wide) in paragraph at lines 1198--1198
+[][] 
+
+Overfull \hbox (27.64569pt too wide) in paragraph at lines 1198--1198
+[][] 
+
+Overfull \hbox (21.897pt too wide) in paragraph at lines 1198--1198
+[][] 
+[87]
+Overfull \hbox (39.14307pt too wide) in paragraph at lines 1198--1198
+[][] 
+
+Overfull \hbox (27.64569pt too wide) in paragraph at lines 1198--1198
+[][] 
+(./lily-48e3d5694d-systems.texi <./lily-48e3d5694d-1.pdf> [88] <./lily-48e3d569
+4d-2.pdf>)) (./vocal-music.texi
+./vocal-music.texi:1: This command can appear only out of any environment, not 
+in environment @titlepage.
+@badenverr ...temp , not @inenvironment @thisenv }
+                                                  
+@checkenv ...@ifx @thisenv @temp @else @badenverr 
+                                                  @fi 
+@\node #1->@checkenv {}
+                       @donode #1 ,@finishnodeparse 
+l.1 @node Vocal music
+                     
+(Vocal music) [89] (./lily-63ed70b57c.texidoc) (./lily-63ed70b57c-systems.texi 
+<./lily-63ed70b57c-1.pdf>) (./lily-dad3be477f.texidoc)
+(./lily-dad3be477f-systems.texi <./lily-dad3be477f-1.pdf> [90] <./lily-dad3be47
+7f-2.pdf>) (./lily-74191e2e62.texidoc) (./lily-74191e2e62-systems.texi <./lily-
+74191e2e62-1.pdf>) (./lily-30f7fb2c7b.texidoc) (./lily-30f7fb2c7b-systems.texi 
+<./lily-30f7fb2c7b-1.pdf> [91]) (./lily-7e48734647.texidoc)
+(./lily-7e48734647-systems.texi <./lily-7e48734647-1.pdf>)
+(./lily-bf0bb24513.texidoc) [92] [93] [94] (./lily-bf0bb24513-systems.texi <./l
+ily-bf0bb24513-1.pdf> <./lily-bf0bb24513-2.pdf>) (./lily-ee49598a1d.texidoc)
+(./lily-ee49598a1d-systems.texi <./lily-ee49598a1d-1.pdf> <./lily-ee49598a1d-2.
+pdf> [95]) (./lily-c797953776.texidoc) (./lily-c797953776-systems.texi <./lily-
+c797953776-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+) (./lily-1489e85ef2.texidoc) [96] (./lily-1489e85ef2-systems.texi <./lily-1489
+e85ef2-1.pdf>) (./lily-a1e99a0027.texidoc) [97] (./lily-a1e99a0027-systems.texi
+ <./lily-a1e99a0027-1.pdf>) (./lily-a957bbbf1e.texidoc)
+(./lily-a957bbbf1e-systems.texi <./lily-a957bbbf1e-1.pdf>)
+(./lily-9f4e86b08a.texidoc [98]) (./lily-9f4e86b08a-systems.texi <./lily-9f4e86
+b08a-1.pdf>) (./lily-32498bd268.texidoc) (./lily-32498bd268-systems.texi <./lil
+y-32498bd268-1.pdf>) (./lily-b37b119cd0.texidoc) [99]
+(./lily-b37b119cd0-systems.texi <./lily-b37b119cd0-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+) (./lily-3f3147bbbe.texidoc) [100] [101] (./lily-3f3147bbbe-systems.texi <./li
+ly-3f3147bbbe-1.pdf>) (./lily-48e3d5694d.texidoc) [102]
+Overfull \hbox (39.14307pt too wide) in paragraph at lines 1176--1176
+[][] 
+
+Overfull \hbox (27.64569pt too wide) in paragraph at lines 1176--1176
+[][] 
+
+Overfull \hbox (27.64569pt too wide) in paragraph at lines 1176--1176
+[][] 
+
+Overfull \hbox (21.897pt too wide) in paragraph at lines 1176--1176
+[][] 
+[103]
+Overfull \hbox (39.14307pt too wide) in paragraph at lines 1176--1176
+[][] 
+
+Overfull \hbox (27.64569pt too wide) in paragraph at lines 1176--1176
+[][] 
+(./lily-48e3d5694d-systems.texi <./lily-48e3d5694d-1.pdf> [104] <./lily-48e3d56
+94d-2.pdf>) (./lily-2313dd36da.texidoc) [105] (./lily-2313dd36da-systems.texi <
+./lily-2313dd36da-1.pdf> [106])) (./chords.texi
+./chords.texi:1: This command can appear only out of any environment, not in en
+vironment @titlepage.
+@badenverr ...temp , not @inenvironment @thisenv }
+                                                  
+@checkenv ...@ifx @thisenv @temp @else @badenverr 
+                                                  @fi 
+@\node #1->@checkenv {}
+                       @donode #1 ,@finishnodeparse 
+l.1 @node Chords
+                
+(Chords) [107] (./lily-d3aed7a0c7.texidoc) (./lily-d3aed7a0c7-systems.texi <./l
+ily-d3aed7a0c7-1.pdf>) (./lily-6c919c5081.texidoc) [108]
+(./lily-6c919c5081-systems.texi <./lily-6c919c5081-1.pdf>
+Overfull \hbox (58.67592pt too wide) detected at line 1
+[]
+) (./lily-b82ed717ac.texidoc) (./lily-b82ed717ac-systems.texi <./lily-b82ed717a
+c-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+[109]) (./lily-cba1b5e99f.texidoc) (./lily-cba1b5e99f-systems.texi <./lily-cba1
+b5e99f-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+) (./lily-a1e99a0027.texidoc) [110] (./lily-a1e99a0027-systems.texi <./lily-a1e
+99a0027-1.pdf>) (./lily-4d674542c4.texidoc) (./lily-4d674542c4-systems.texi <./
+lily-4d674542c4-1.pdf> [111])) (./piano-music.texi
+./piano-music.texi:1: This command can appear only out of any environment, not 
+in environment @titlepage.
+@badenverr ...temp , not @inenvironment @thisenv }
+                                                  
+@checkenv ...@ifx @thisenv @temp @else @badenverr 
+                                                  @fi 
+@\node #1->@checkenv {}
+                       @donode #1 ,@finishnodeparse 
+l.1 @node Piano
+               
+(Piano) [112] (./lily-cba1b5e99f.texidoc) (./lily-cba1b5e99f-systems.texi <./li
+ly-cba1b5e99f-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+) (./lily-bf0bb24513.texidoc) [113] [114] [115] (./lily-bf0bb24513-systems.texi
+ <./lily-bf0bb24513-1.pdf> <./lily-bf0bb24513-2.pdf>)
+(./lily-d18a6c47d9.texidoc) [116] [117] [118] [119] [120]
+(./lily-d18a6c47d9-systems.texi <./lily-d18a6c47d9-1.pdf>
+Overfull \hbox (39.60468pt too wide) detected at line 1
+[]
+ <./lily-d18a6c47d9-2.pdf>
+Overfull \hbox (39.60468pt too wide) detected at line 2
+[]
+ <./lily-d18a6c47d9-3.pdf>
+Overfull \hbox (39.60468pt too wide) detected at line 3
+[]
+[121]) (./lily-7b6166a4bc.texidoc) [122] (./lily-7b6166a4bc-systems.texi <./lil
+y-7b6166a4bc-1.pdf>
+Overfull \hbox (34.58592pt too wide) detected at line 1
+[]
+) (./lily-614357d344.texidoc) [123] (./lily-614357d344-systems.texi <./lily-614
+357d344-1.pdf> [124]) (./lily-3bba13fd34.texidoc)
+(./lily-3bba13fd34-systems.texi <./lily-3bba13fd34-1.pdf> [125])
+(./lily-1489e85ef2.texidoc) [126] (./lily-1489e85ef2-systems.texi <./lily-1489e
+85ef2-1.pdf>) (./lily-3f3147bbbe.texidoc) [127] [128]
+(./lily-3f3147bbbe-systems.texi <./lily-3f3147bbbe-1.pdf>)) (./percussion.texi
+./percussion.texi:1: This command can appear only out of any environment, not i
+n environment @titlepage.
+@badenverr ...temp , not @inenvironment @thisenv }
+                                                  
+@checkenv ...@ifx @thisenv @temp @else @badenverr 
+                                                  @fi 
+@\node #1->@checkenv {}
+                       @donode #1 ,@finishnodeparse 
+l.1 @node Percussion
+                    
+(Percussion) [129] (./lily-f4701f5acc.texidoc)
+Overfull \hbox (142.61945pt too wide) in paragraph at lines 57--57
+[][] 
+
+Overfull \hbox (194.35764pt too wide) in paragraph at lines 57--57
+[][] 
+
+Overfull \hbox (67.8865pt too wide) in paragraph at lines 57--57
+[][] 
+(./lily-f4701f5acc-systems.texi <./lily-f4701f5acc-1.pdf>
+Overfull \hbox (36.59341pt too wide) detected at line 1
+[]
+ <./lily-f4701f5acc-2.pdf>
+Overfull \hbox (36.59341pt too wide) detected at line 2
+[]
+[130]) (./lily-4e5701c633.texidoc) [131] (./lily-4e5701c633-systems.texi <./lil
+y-4e5701c633-1.pdf>
+Overfull \hbox (31.57468pt too wide) detected at line 1
+[]
+ <./lily-4e5701c633-2.pdf>
+Overfull \hbox (31.57468pt too wide) detected at line 2
+[]
+ <./lily-4e5701c633-3.pdf>
+Overfull \hbox (31.57468pt too wide) detected at line 3
+[]
+ <./lily-4e5701c633-4.pdf>
+Overfull \hbox (31.57468pt too wide) detected at line 4
+[]
+) (./lily-d18a6c47d9.texidoc) [132] [133] [134] [135] [136]
+(./lily-d18a6c47d9-systems.texi <./lily-d18a6c47d9-1.pdf>
+Overfull \hbox (39.60468pt too wide) detected at line 1
+[]
+ <./lily-d18a6c47d9-2.pdf>
+Overfull \hbox (39.60468pt too wide) detected at line 2
+[]
+ <./lily-d18a6c47d9-3.pdf>
+Overfull \hbox (39.60468pt too wide) detected at line 3
+[]
+[137]) (./lily-a88c633830.texidoc) [138] [139] (./lily-a88c633830-systems.texi 
+<./lily-a88c633830-1.pdf> [140] <./lily-a88c633830-2.pdf> <./lily-a88c633830-3.
+pdf>)) (./guitar.texi
+./guitar.texi:1: This command can appear only out of any environment, not in en
+vironment @titlepage.
+@badenverr ...temp , not @inenvironment @thisenv }
+                                                  
+@checkenv ...@ifx @thisenv @temp @else @badenverr 
+                                                  @fi 
+@\node #1->@checkenv {}
+                       @donode #1 ,@finishnodeparse 
+l.1 @node Guitar
+                
+(Guitar) [141] (./lily-2fdb984775.texidoc) (./lily-2fdb984775-systems.texi <./l
+ily-2fdb984775-1.pdf>) (./lily-d18a6c47d9.texidoc) [142] [143] [144] [145]
+[146] (./lily-d18a6c47d9-systems.texi <./lily-d18a6c47d9-1.pdf>
+Overfull \hbox (39.60468pt too wide) detected at line 1
+[]
+ <./lily-d18a6c47d9-2.pdf>
+Overfull \hbox (39.60468pt too wide) detected at line 2
+[]
+ <./lily-d18a6c47d9-3.pdf>
+Overfull \hbox (39.60468pt too wide) detected at line 3
+[]
+[147]) (./lily-bfdb05d0f6.texidoc) (./lily-bfdb05d0f6-systems.texi <./lily-bfdb
+05d0f6-1.pdf>)) (./strings.texi
+./strings.texi:1: This command can appear only out of any environment, not in e
+nvironment @titlepage.
+@badenverr ...temp , not @inenvironment @thisenv }
+                                                  
+@checkenv ...@ifx @thisenv @temp @else @badenverr 
+                                                  @fi 
+@\node #1->@checkenv {}
+                       @donode #1 ,@finishnodeparse 
+l.1 @node Strings
+                 
+(Strings) [148] (./lily-bf0bb24513.texidoc) [149] [150]
+(./lily-bf0bb24513-systems.texi <./lily-bf0bb24513-1.pdf> [151] <./lily-bf0bb24
+513-2.pdf>) (./lily-4a4ff26c8e.texidoc) [152] (./lily-4a4ff26c8e-systems.texi <
+./lily-4a4ff26c8e-1.pdf>
+Overfull \hbox (41.61217pt too wide) detected at line 1
+[]
+) (./lily-ced74defef.texidoc) [153]
+Overfull \hbox (21.897pt too wide) in paragraph at lines 394--394
+[][] 
+[154] (./lily-ced74defef-systems.texi <./lily-ced74defef-1.pdf>
+Overfull \hbox (27.55968pt too wide) detected at line 1
+[]
+)) (./ancient-notation.texi
+./ancient-notation.texi:1: This command can appear only out of any environment,
+ not in environment @titlepage.
+@badenverr ...temp , not @inenvironment @thisenv }
+                                                  
+@checkenv ...@ifx @thisenv @temp @else @badenverr 
+                                                  @fi 
+@\node #1->@checkenv {}
+                       @donode #1 ,@finishnodeparse 
+l.1 @node Ancient notation
+                          
+(Ancient notation) [155] (./lily-d3aed7a0c7.texidoc)
+(./lily-d3aed7a0c7-systems.texi <./lily-d3aed7a0c7-1.pdf>)
+(./lily-6d6c3cd9b3.texidoc)
+Overfull \hbox (27.64569pt too wide) in paragraph at lines 363--363
+[][] 
+
+Overfull \hbox (90.88126pt too wide) in paragraph at lines 363--363
+[][][] 
+
+Overfull \hbox (79.38388pt too wide) in paragraph at lines 363--363
+[][][] 
+[156]
+Overfull \hbox (90.88126pt too wide) in paragraph at lines 363--363
+[][][] 
+
+Overfull \hbox (79.38388pt too wide) in paragraph at lines 363--363
+[][][] 
+[157]
+Overfull \hbox (90.88126pt too wide) in paragraph at lines 363--363
+[][][] 
+
+Overfull \hbox (79.38388pt too wide) in paragraph at lines 363--363
+[][][] 
+
+Overfull \hbox (200.10632pt too wide) in paragraph at lines 363--363
+[][] 
+[158] [159] [160]
+Overfull \hbox (27.64569pt too wide) in paragraph at lines 363--363
+[][][] 
+
+Overfull \hbox (27.64569pt too wide) in paragraph at lines 363--363
+[][][] 
+
+Overfull \hbox (79.38388pt too wide) in paragraph at lines 363--363
+[][][] 
+
+Overfull \hbox (67.8865pt too wide) in paragraph at lines 363--363
+[][][] 
+
+Overfull \hbox (79.38388pt too wide) in paragraph at lines 363--363
+[][][] 
+
+Overfull \hbox (67.8865pt too wide) in paragraph at lines 363--363
+[][][] 
+[161] (./lily-6d6c3cd9b3-systems.texi <./lily-6d6c3cd9b3-1.pdf>
+Overfull \hbox (43.61967pt too wide) detected at line 1
+[]
+ <./lily-6d6c3cd9b3-2.pdf>
+Overfull \hbox (43.61967pt too wide) detected at line 2
+[]
+ <./lily-6d6c3cd9b3-3.pdf>
+Overfull \hbox (43.61967pt too wide) detected at line 3
+[]
+ <./lily-6d6c3cd9b3-4.pdf>
+Overfull \hbox (43.61967pt too wide) detected at line 4
+[]
+ <./lily-6d6c3cd9b3-5.pdf>
+Overfull \hbox (43.61967pt too wide) detected at line 5
+[]
+ <./lily-6d6c3cd9b3-6.pdf>
+Overfull \hbox (44.62341pt too wide) detected at line 6
+[]
+[162]) (./lily-bd373b35a7.texidoc) (./lily-bd373b35a7-systems.texi <./lily-bd37
+3b35a7-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+) (./lily-42249f1fd7.texidoc [163]) [164] [165] [166] [167]
+(./lily-42249f1fd7-systems.texi <./lily-42249f1fd7-1.pdf>
+Overfull \hbox (56.66843pt too wide) detected at line 1
+[]
+ <./lily-42249f1fd7-2.pdf>
+Overfull \hbox (56.66843pt too wide) detected at line 2
+[]
+[168]) (./lily-08e66fe301.texidoc) (./lily-08e66fe301-systems.texi <./lily-08e6
+6fe301-1.pdf>) (./lily-7e48734647.texidoc) [169]
+(./lily-7e48734647-systems.texi <./lily-7e48734647-1.pdf>)
+(./lily-4ed578125d.texidoc) (./lily-4ed578125d-systems.texi <./lily-4ed578125d-
+1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+ <./lily-4ed578125d-2.pdf>
+Underfull \hbox (badness 10000) detected at line 2
+[]
+ <./lily-4ed578125d-3.pdf>
+Underfull \hbox (badness 10000) detected at line 3
+[]
+ <./lily-4ed578125d-4.pdf>
+Underfull \hbox (badness 10000) detected at line 4
+[]
+[170] <./lily-4ed578125d-5.pdf>
+Underfull \hbox (badness 10000) detected at line 5
+[]
+) (./lily-7f25c4ef9f.texidoc) (./lily-7f25c4ef9f-systems.texi <./lily-7f25c4ef9
+f-1.pdf> <./lily-7f25c4ef9f-2.pdf> <./lily-7f25c4ef9f-3.pdf> <./lily-7f25c4ef9f
+-4.pdf> [171]) (./lily-73f95e54a3.texidoc) [172] [173] [174] [175] [176]
+(./lily-73f95e54a3-systems.texi <./lily-73f95e54a3-1.pdf>
+Overfull \hbox (39.60468pt too wide) detected at line 1
+[]
+ <./lily-73f95e54a3-2.pdf>
+Overfull \hbox (39.60468pt too wide) detected at line 2
+[]
+)) (./contexts-and-engravers.texi
+./contexts-and-engravers.texi:1: This command can appear only out of any enviro
+nment, not in environment @titlepage.
+@badenverr ...temp , not @inenvironment @thisenv }
+                                                  
+@checkenv ...@ifx @thisenv @temp @else @badenverr 
+                                                  @fi 
+@\node #1->@checkenv {}
+                       @donode #1 ,@finishnodeparse 
+l.1 @node Contexts and engravers
+                                
+(Contexts and engravers) [177] (./lily-d3aed7a0c7.texidoc)
+(./lily-d3aed7a0c7-systems.texi <./lily-d3aed7a0c7-1.pdf>)
+(./lily-8452b25752.texidoc) [178] (./lily-8452b25752-systems.texi <./lily-8452b
+25752-1.pdf>) (./lily-b603e8e436.texidoc)
+Overfull \hbox (50.64044pt too wide) in paragraph at lines 164--164
+[][] 
+(./lily-b603e8e436-systems.texi <./lily-b603e8e436-1.pdf> <./lily-b603e8e436-2.
+pdf> [179] <./lily-b603e8e436-3.pdf>) (./lily-c13f65514d.texidoc
+Overfull \hbox (2.73953pt too wide) in paragraph at lines 195--1
+[]@textrm `@texttt changing-time-signatures-inside-a-polymetric-section-using--
+compressmusic.ly[]@textrm '[] 
+) (./lily-c13f65514d-systems.texi <./lily-c13f65514d-1.pdf> [180])
+(./lily-7e48734647.texidoc) (./lily-7e48734647-systems.texi <./lily-7e48734647-
+1.pdf>) (./lily-e33325afca.texidoc) [181] (./lily-e33325afca-systems.texi <./li
+ly-e33325afca-1.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 1
+[]
+ <./lily-e33325afca-2.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 2
+[]
+ <./lily-e33325afca-3.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 3
+[]
+ <./lily-e33325afca-4.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 4
+[]
+ <./lily-e33325afca-5.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 5
+[]
+ <./lily-e33325afca-6.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 6
+[]
+ <./lily-e33325afca-7.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 7
+[]
+ <./lily-e33325afca-8.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 8
+[]
+ <./lily-e33325afca-9.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 9
+[]
+[182] <./lily-e33325afca-10.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 10
+[]
+ <./lily-e33325afca-11.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 11
+[]
+ <./lily-e33325afca-12.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 12
+[]
+) (./lily-cf71e94225.texidoc) [183] [184] [185] [186] [187]
+(./lily-cf71e94225-systems.texi <./lily-cf71e94225-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+ <./lily-cf71e94225-2.pdf> <./lily-cf71e94225-3.pdf> <./lily-cf71e94225-4.pdf> 
+<./lily-cf71e94225-5.pdf> <./lily-cf71e94225-6.pdf> <./lily-cf71e94225-7.pdf>
+[188] <./lily-cf71e94225-8.pdf>) (./lily-4bad3399c7.texidoc)
+(./lily-4bad3399c7-systems.texi <./lily-4bad3399c7-1.pdf>
+Overfull \hbox (15.51466pt too wide) detected at line 1
+[]
+) (./lily-48e3d5694d.texidoc) [189]
+Overfull \hbox (39.14307pt too wide) in paragraph at lines 832--832
+[][] 
+
+Overfull \hbox (27.64569pt too wide) in paragraph at lines 832--832
+[][] 
+[190]
+Overfull \hbox (27.64569pt too wide) in paragraph at lines 832--832
+[][] 
+
+Overfull \hbox (21.897pt too wide) in paragraph at lines 832--832
+[][] 
+
+Overfull \hbox (39.14307pt too wide) in paragraph at lines 832--832
+[][] 
+
+Overfull \hbox (27.64569pt too wide) in paragraph at lines 832--832
+[][] 
+[191] (./lily-48e3d5694d-systems.texi <./lily-48e3d5694d-1.pdf> <./lily-48e3d56
+94d-2.pdf>)) (./tweaks-and-overrides.texi
+./tweaks-and-overrides.texi:1: This command can appear only out of any environm
+ent, not in environment @titlepage.
+@badenverr ...temp , not @inenvironment @thisenv }
+                                                  
+@checkenv ...@ifx @thisenv @temp @else @badenverr 
+                                                  @fi 
+@\node #1->@checkenv {}
+                       @donode #1 ,@finishnodeparse 
+l.1 @node Tweaks and overrides
+                              
+(Tweaks and overrides) [192] (./lily-3f26228e3c.texidoc)
+(./lily-3f26228e3c-systems.texi <./lily-3f26228e3c-1.pdf>
+Overfull \hbox (18.52592pt too wide) detected at line 1
+[]
+[193] <./lily-3f26228e3c-2.pdf>
+Overfull \hbox (18.52592pt too wide) detected at line 2
+[]
+ <./lily-3f26228e3c-3.pdf>
+Overfull \hbox (18.52592pt too wide) detected at line 3
+[]
+) (./lily-cfd63345f4.texidoc) (./lily-cfd63345f4-systems.texi <./lily-cfd63345f
+4-1.pdf>) (./lily-11cb2bacb6.texidoc) [194] (./lily-11cb2bacb6-systems.texi <./
+lily-11cb2bacb6-1.pdf>) (./lily-fc697fb037.texidoc)
+Overfull \hbox (90.88126pt too wide) in paragraph at lines 213--213
+[][] 
+(./lily-fc697fb037-systems.texi <./lily-fc697fb037-1.pdf>
+Overfull \hbox (16.51842pt too wide) detected at line 1
+[]
+ <./lily-fc697fb037-2.pdf> [195]) (./lily-17e6de14a5.texidoc)
+(./lily-17e6de14a5-systems.texi <./lily-17e6de14a5-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+[196]) (./lily-f2dafdf526.texidoc) (./lily-f2dafdf526-systems.texi <./lily-f2da
+fdf526-1.pdf>) (./lily-45ac7df8b8.texidoc) [197]
+(./lily-45ac7df8b8-systems.texi <./lily-45ac7df8b8-1.pdf>)
+(./lily-5ba35cc322.texidoc) [198] (./lily-5ba35cc322-systems.texi <./lily-5ba35
+cc322-1.pdf> <./lily-5ba35cc322-2.pdf>) (./lily-5e4654c6df.texidoc) [199]
+(./lily-5e4654c6df-systems.texi <./lily-5e4654c6df-1.pdf>)
+(./lily-b1c8640e39.texidoc) (./lily-b1c8640e39-systems.texi <./lily-b1c8640e39-
+1.pdf> <./lily-b1c8640e39-2.pdf>) (./lily-0dde5471f1.texidoc [200])
+Overfull \hbox (332.32614pt too wide) in paragraph at lines 686--686
+[][] 
+
+Overfull \hbox (56.38913pt too wide) in paragraph at lines 686--686
+[][] 
+(./lily-0dde5471f1-systems.texi <./lily-0dde5471f1-1.pdf>)
+(./lily-4ed578125d.texidoc) [201] (./lily-4ed578125d-systems.texi <./lily-4ed57
+8125d-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+ <./lily-4ed578125d-2.pdf>
+Underfull \hbox (badness 10000) detected at line 2
+[]
+ <./lily-4ed578125d-3.pdf>
+Underfull \hbox (badness 10000) detected at line 3
+[]
+ <./lily-4ed578125d-4.pdf>
+Underfull \hbox (badness 10000) detected at line 4
+[]
+ <./lily-4ed578125d-5.pdf>
+Underfull \hbox (badness 10000) detected at line 5
+[]
+) (./lily-c87080d8d9.texidoc) [202] (./lily-c87080d8d9-systems.texi <./lily-c87
+080d8d9-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+) (./lily-cdade1bc85.texidoc) (./lily-cdade1bc85-systems.texi <./lily-cdade1bc8
+5-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+) (./lily-0690828e72.texidoc) [203] (./lily-0690828e72-systems.texi <./lily-069
+0828e72-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+) (./lily-f398e24038.texidoc) (./lily-f398e24038-systems.texi <./lily-f398e2403
+8-1.pdf>) (./lily-f4d27bf008.texidoc) [204] (./lily-f4d27bf008-systems.texi <./
+lily-f4d27bf008-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+) (./lily-4bad3399c7.texidoc) (./lily-4bad3399c7-systems.texi <./lily-4bad3399c
+7-1.pdf>
+Overfull \hbox (15.51466pt too wide) detected at line 1
+[]
+) (./lily-09a957b8df.texidoc) [205] (./lily-09a957b8df-systems.texi <./lily-09a
+957b8df-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+) (./lily-7f25c4ef9f.texidoc) [206] (./lily-7f25c4ef9f-systems.texi <./lily-7f2
+5c4ef9f-1.pdf> <./lily-7f25c4ef9f-2.pdf> <./lily-7f25c4ef9f-3.pdf> <./lily-7f25
+c4ef9f-4.pdf>) (./lily-2ee8f5a6c2.texidoc) [207]
+(./lily-2ee8f5a6c2-systems.texi <./lily-2ee8f5a6c2-1.pdf>)
+(./lily-2ac8eec0fc.texidoc) (./lily-2ac8eec0fc-systems.texi <./lily-2ac8eec0fc-
+1.pdf>) (./lily-73f95e54a3.texidoc [208]) [209] [210] [211] [212] [213]
+(./lily-73f95e54a3-systems.texi <./lily-73f95e54a3-1.pdf>
+Overfull \hbox (39.60468pt too wide) detected at line 1
+[]
+ <./lily-73f95e54a3-2.pdf>
+Overfull \hbox (39.60468pt too wide) detected at line 2
+[]
+) (./lily-497976a8cd.texidoc) [214] (./lily-497976a8cd-systems.texi <./lily-497
+976a8cd-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+) (./lily-b37b119cd0.texidoc) (./lily-b37b119cd0-systems.texi <./lily-b37b119cd
+0-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+[215]) (./lily-56a7f1c711.texidoc) (./lily-56a7f1c711-systems.texi <./lily-56a7
+f1c711-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+ <./lily-56a7f1c711-2.pdf>
+Underfull \hbox (badness 10000) detected at line 2
+[]
+[216])) (./paper-and-layout.texi
+./paper-and-layout.texi:1: This command can appear only out of any environment,
+ not in environment @titlepage.
+@badenverr ...temp , not @inenvironment @thisenv }
+                                                  
+@checkenv ...@ifx @thisenv @temp @else @badenverr 
+                                                  @fi 
+@\node #1->@checkenv {}
+                       @donode #1 ,@finishnodeparse 
+l.1 @node Paper and layout
+                          
+(Paper and layout) [217] (./lily-dd555352eb.texidoc)
+(./lily-dd555352eb-systems.texi <./lily-dd555352eb-1.pdf>
+Overfull \hbox (58.67592pt too wide) detected at line 1
+[]
+ <./lily-dd555352eb-2.pdf>
+Overfull \hbox (58.67592pt too wide) detected at line 2
+[]
+[218] <./lily-dd555352eb-3.pdf>
+Overfull \hbox (58.67592pt too wide) detected at line 3
+[]
+) (./lily-3f26228e3c.texidoc) [219] (./lily-3f26228e3c-systems.texi <./lily-3f2
+6228e3c-1.pdf>
+Overfull \hbox (18.52592pt too wide) detected at line 1
+[]
+ <./lily-3f26228e3c-2.pdf>
+Overfull \hbox (18.52592pt too wide) detected at line 2
+[]
+ <./lily-3f26228e3c-3.pdf>
+Overfull \hbox (18.52592pt too wide) detected at line 3
+[]
+) (./lily-45ac7df8b8.texidoc) [220] (./lily-45ac7df8b8-systems.texi <./lily-45a
+c7df8b8-1.pdf>) (./lily-a66cb91183.texidoc) [221]
+Overfull \hbox (205.85501pt too wide) in paragraph at lines 276--276
+[][] 
+(./lily-a66cb91183-systems.texi <./lily-a66cb91183-1.png (PNG copy)>
+Overfull \hbox (289.53842pt too wide) detected at line 1
+[]
+[222]
+Overfull \vbox (390.94pt too high) has occurred while \output is active
+[223]) (./lily-e33325afca.texidoc) (./lily-e33325afca-systems.texi <./lily-e333
+25afca-1.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 1
+[]
+ <./lily-e33325afca-2.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 2
+[]
+ <./lily-e33325afca-3.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 3
+[]
+ <./lily-e33325afca-4.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 4
+[]
+ <./lily-e33325afca-5.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 5
+[]
+[224] <./lily-e33325afca-6.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 6
+[]
+ <./lily-e33325afca-7.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 7
+[]
+ <./lily-e33325afca-8.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 8
+[]
+ <./lily-e33325afca-9.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 9
+[]
+ <./lily-e33325afca-10.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 10
+[]
+ <./lily-e33325afca-11.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 11
+[]
+ <./lily-e33325afca-12.pdf>
+Overfull \hbox (110.87093pt too wide) detected at line 12
+[]
+) (./lily-0d4c150c1e.texidoc) (./lily-0d4c150c1e-systems.texi <./lily-0d4c150c1
+e-1.pdf> <./lily-0d4c150c1e-2.pdf> <./lily-0d4c150c1e-3.pdf> <./lily-0d4c150c1e
+-4.pdf> <./lily-0d4c150c1e-5.pdf> [225]) (./lily-199fa76866.texidoc)
+(./lily-199fa76866-systems.texi <./lily-199fa76866-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+ <./lily-199fa76866-2.pdf>
+Underfull \hbox (badness 10000) detected at line 2
+[]
+ <./lily-199fa76866-3.pdf>
+Underfull \hbox (badness 10000) detected at line 3
+[]
+[226] <./lily-199fa76866-4.pdf>
+Underfull \hbox (badness 10000) detected at line 4
+[]
+)) (./titles.texi
+./titles.texi:1: This command can appear only out of any environment, not in en
+vironment @titlepage.
+@badenverr ...temp , not @inenvironment @thisenv }
+                                                  
+@checkenv ...@ifx @thisenv @temp @else @badenverr 
+                                                  @fi 
+@\node #1->@checkenv {}
+                       @donode #1 ,@finishnodeparse 
+l.1 @node Titles
+                
+(Titles) [227] (./lily-110bbfbe62.texidoc) (./lily-110bbfbe62-systems.texi <./l
+ily-110bbfbe62-1.pdf> <./lily-110bbfbe62-2.pdf> <./lily-110bbfbe62-3.pdf>
+Underfull \hbox (badness 10000) detected at line 3
+[]
+) (./lily-dd555352eb.texidoc) [228] (./lily-dd555352eb-systems.texi <./lily-dd5
+55352eb-1.pdf>
+Overfull \hbox (58.67592pt too wide) detected at line 1
+[]
+ <./lily-dd555352eb-2.pdf>
+Overfull \hbox (58.67592pt too wide) detected at line 2
+[]
+ <./lily-dd555352eb-3.pdf>
+Overfull \hbox (58.67592pt too wide) detected at line 3
+[]
+) (./lily-0d4c150c1e.texidoc) (./lily-0d4c150c1e-systems.texi <./lily-0d4c150c1
+e-1.pdf> [229] <./lily-0d4c150c1e-2.pdf> <./lily-0d4c150c1e-3.pdf> <./lily-0d4c
+150c1e-4.pdf> <./lily-0d4c150c1e-5.pdf>)) (./spacing.texi
+./spacing.texi:1: This command can appear only out of any environment, not in e
+nvironment @titlepage.
+@badenverr ...temp , not @inenvironment @thisenv }
+                                                  
+@checkenv ...@ifx @thisenv @temp @else @badenverr 
+                                                  @fi 
+@\node #1->@checkenv {}
+                       @donode #1 ,@finishnodeparse 
+l.1 @node Spacing
+                 
+(Spacing) [230] (./lily-dad3be477f.texidoc) (./lily-dad3be477f-systems.texi <./
+lily-dad3be477f-1.pdf> <./lily-dad3be477f-2.pdf>) (./lily-3f26228e3c.texidoc)
+[231] (./lily-3f26228e3c-systems.texi <./lily-3f26228e3c-1.pdf>
+Overfull \hbox (18.52592pt too wide) detected at line 1
+[]
+ <./lily-3f26228e3c-2.pdf>
+Overfull \hbox (18.52592pt too wide) detected at line 2
+[]
+[232] <./lily-3f26228e3c-3.pdf>
+Overfull \hbox (18.52592pt too wide) detected at line 3
+[]
+) (./lily-3305175044.texidoc)
+Overfull \hbox (33.39438pt too wide) in paragraph at lines 199--199
+[][] 
+[233]
+Overfull \hbox (56.38913pt too wide) in paragraph at lines 199--199
+[][] 
+(./lily-3305175044-systems.texi <./lily-3305175044-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+ <./lily-3305175044-2.pdf>
+Underfull \hbox (badness 10000) detected at line 2
+[]
+ <./lily-3305175044-3.pdf>
+Underfull \hbox (badness 10000) detected at line 3
+[]
+[234] <./lily-3305175044-4.pdf>
+Underfull \hbox (badness 10000) detected at line 4
+[]
+[235]) (./lily-09a957b8df.texidoc) [236] (./lily-09a957b8df-systems.texi <./lil
+y-09a957b8df-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+) (./lily-b37b119cd0.texidoc) (./lily-b37b119cd0-systems.texi <./lily-b37b119cd
+0-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+[237]) (./lily-56a7f1c711.texidoc) (./lily-56a7f1c711-systems.texi <./lily-56a7
+f1c711-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+ <./lily-56a7f1c711-2.pdf>
+Underfull \hbox (badness 10000) detected at line 2
+[]
+[238])) (./midi.texi
+./midi.texi:1: This command can appear only out of any environment, not in envi
+ronment @titlepage.
+@badenverr ...temp , not @inenvironment @thisenv }
+                                                  
+@checkenv ...@ifx @thisenv @temp @else @badenverr 
+                                                  @fi 
+@\node #1->@checkenv {}
+                       @donode #1 ,@finishnodeparse 
+l.1 @node MIDI
+              
+(MIDI) [239] (./lily-bf0bb24513.texidoc) [240] [241]
+(./lily-bf0bb24513-systems.texi <./lily-bf0bb24513-1.pdf> [242] <./lily-bf0bb24
+513-2.pdf>)) (./template.texi
+./template.texi:1: This command can appear only out of any environment, not in 
+environment @titlepage.
+@badenverr ...temp , not @inenvironment @thisenv }
+                                                  
+@checkenv ...@ifx @thisenv @temp @else @badenverr 
+                                                  @fi 
+@\node #1->@checkenv {}
+                       @donode #1 ,@finishnodeparse 
+l.1 @node Templates
+                   
+(Templates) [243] (./lily-bd373b35a7.texidoc) (./lily-bd373b35a7-systems.texi <
+./lily-bd373b35a7-1.pdf>
+Underfull \hbox (badness 10000) detected at line 1
+[]
+) (./lily-42249f1fd7.texidoc [244]) [245] [246] [247] [248]
+(./lily-42249f1fd7-systems.texi <./lily-42249f1fd7-1.pdf>
+Overfull \hbox (56.66843pt too wide) detected at line 1
+[]
+ <./lily-42249f1fd7-2.pdf>
+Overfull \hbox (56.66843pt too wide) detected at line 2
+[]
+[249]) (./lily-d18a6c47d9.texidoc) [250] [251] [252] [253] [254]
+(./lily-d18a6c47d9-systems.texi <./lily-d18a6c47d9-1.pdf>
+Overfull \hbox (39.60468pt too wide) detected at line 1
+[]
+ <./lily-d18a6c47d9-2.pdf>
+Overfull \hbox (39.60468pt too wide) detected at line 2
+[]
+ <./lily-d18a6c47d9-3.pdf>
+Overfull \hbox (39.60468pt too wide) detected at line 3
+[]
+) (./lily-7b6166a4bc.texidoc) [255] (./lily-7b6166a4bc-systems.texi <./lily-7b6
+166a4bc-1.pdf>
+Overfull \hbox (34.58592pt too wide) detected at line 1
+[]
+) (./lily-614357d344.texidoc) [256] [257] (./lily-614357d344-systems.texi <./li
+ly-614357d344-1.pdf>) (./lily-3bba13fd34.texidoc) [258]
+(./lily-3bba13fd34-systems.texi <./lily-3bba13fd34-1.pdf>)
+(./lily-1489e85ef2.texidoc) [259] (./lily-1489e85ef2-systems.texi <./lily-1489e
+85ef2-1.pdf>) (./lily-472a58f421.texidoc [260])
+Overfull \hbox (96.62994pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (113.876pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (119.6247pt too wide) in paragraph at lines 1382--1382
+[][][][][] 
+
+Overfull \hbox (16.14832pt too wide) in paragraph at lines 1382--1382
+[][][][][] 
+
+Overfull \hbox (148.36813pt too wide) in paragraph at lines 1382--1382
+[][][][][][] 
+
+Overfull \hbox (16.14832pt too wide) in paragraph at lines 1382--1382
+[][][][][][] 
+
+Overfull \hbox (165.6142pt too wide) in paragraph at lines 1382--1382
+[][][][][][] 
+
+Overfull \hbox (79.38388pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (108.12732pt too wide) in paragraph at lines 1382--1382
+[][][][][][] 
+
+Overfull \hbox (73.6352pt too wide) in paragraph at lines 1382--1382
+[][][][][][] 
+
+Overfull \hbox (67.8865pt too wide) in paragraph at lines 1382--1382
+[][][][][][] 
+
+Overfull \hbox (67.8865pt too wide) in paragraph at lines 1382--1382
+[][][][][][] 
+
+Overfull \hbox (39.14307pt too wide) in paragraph at lines 1382--1382
+[][][][][][] 
+[261]
+Overfull \hbox (217.35239pt too wide) in paragraph at lines 1382--1382
+[][][][][][] 
+
+Overfull \hbox (1050.91211pt too wide) in paragraph at lines 1382--1382
+[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] 
+
+Overfull \hbox (1050.91211pt too wide) in paragraph at lines 1382--1382
+[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] 
+
+Overfull \hbox (1050.91211pt too wide) in paragraph at lines 1382--1382
+[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] 
+
+Overfull \hbox (1050.91211pt too wide) in paragraph at lines 1382--1382
+[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] 
+
+Overfull \hbox (131.12207pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (401.3104pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (131.12207pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (90.88126pt too wide) in paragraph at lines 1382--1382
+[][] 
+[262]
+Overfull \hbox (148.36813pt too wide) in paragraph at lines 1382--1382
+[][][][] 
+
+Overfull \hbox (50.64044pt too wide) in paragraph at lines 1382--1382
+[][][] 
+
+Overfull \hbox (62.13782pt too wide) in paragraph at lines 1382--1382
+[][][][][][][] 
+
+Overfull \hbox (27.64569pt too wide) in paragraph at lines 1382--1382
+[][][] 
+[263]
+Overfull \hbox (125.37338pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (205.85501pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (217.35239pt too wide) in paragraph at lines 1382--1382
+[][][][] 
+
+Overfull \hbox (251.84451pt too wide) in paragraph at lines 1382--1382
+[][][] 
+
+Overfull \hbox (131.12207pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (50.64044pt too wide) in paragraph at lines 1382--1382
+[][] 
+[264]
+Overfull \hbox (50.64044pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (217.35239pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (217.35239pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (217.35239pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (228.84976pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (251.84451pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (251.84451pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (194.35764pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (194.35764pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (205.85501pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (205.85501pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (194.35764pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (217.35239pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (217.35239pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (194.35764pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (251.84451pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (251.84451pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (205.85501pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (211.6037pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (211.6037pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (211.6037pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (211.6037pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (234.59845pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (234.59845pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (200.10632pt too wide) in paragraph at lines 1382--1382
+[][] 
+[265]
+Overfull \hbox (200.10632pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (234.59845pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (234.59845pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (200.10632pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (211.6037pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (211.6037pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (200.10632pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (234.59845pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (234.59845pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (188.60895pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (223.10107pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (223.10107pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (223.10107pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (246.09583pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (257.5932pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (257.5932pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (223.10107pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (223.10107pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (257.5932pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (257.5932pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (223.10107pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (223.10107pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (217.35239pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (223.10107pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (257.5932pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (257.5932pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (211.6037pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (246.09583pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (234.59845pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (234.59845pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (269.09058pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (269.09058pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (269.09058pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (246.09583pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (246.09583pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (280.58795pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (280.58795pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (246.09583pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (234.59845pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (234.59845pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (246.09583pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (234.59845pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (234.59845pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (223.10107pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (113.876pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (205.85501pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (251.84451pt too wide) in paragraph at lines 1382--1382
+[][] 
+[266]
+Overfull \hbox (251.84451pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (217.35239pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (240.34714pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (240.34714pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (217.35239pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (217.35239pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (251.84451pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (251.84451pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (194.35764pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (205.85501pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (205.85501pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (205.85501pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (205.85501pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (205.85501pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (194.35764pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (188.60895pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (234.59845pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (234.59845pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (200.10632pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (223.10107pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (223.10107pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (200.10632pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (200.10632pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (234.59845pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (234.59845pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (200.10632pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (234.59845pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (234.59845pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (200.10632pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (211.6037pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (211.6037pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (211.6037pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (211.6037pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (257.5932pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (257.5932pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (223.10107pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (257.5932pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (257.5932pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (223.10107pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (223.10107pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (257.5932pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (257.5932pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (223.10107pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (257.5932pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (257.5932pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (223.10107pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (234.59845pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (234.59845pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (234.59845pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (246.09583pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (269.09058pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (269.09058pt too wide) in paragraph at lines 1382--1382
+[][] 
+[267]
+Overfull \hbox (246.09583pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (280.58795pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (280.58795pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (246.09583pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (246.09583pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (234.59845pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (234.59845pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (246.09583pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (280.58795pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (280.58795pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (246.09583pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (246.09583pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (246.09583pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (257.5932pt too wide) in paragraph at lines 1382--1382
+[][] 
+
+Overfull \hbox (113.876pt too wide) in paragraph at lines 1382--1382
+[][] 
+(./lily-472a58f421-systems.texi <./lily-472a58f421-1.pdf>
+Overfull \hbox (43.61967pt too wide) detected at line 1
+[]
+) (./lily-a1e99a0027.texidoc) [268] (./lily-a1e99a0027-systems.texi <./lily-a1e
+99a0027-1.pdf>) (./lily-4d674542c4.texidoc) [269]
+(./lily-4d674542c4-systems.texi <./lily-4d674542c4-1.pdf>)
+(./lily-a957bbbf1e.texidoc) (./lily-a957bbbf1e-systems.texi <./lily-a957bbbf1e-
+1.pdf>) (./lily-a91b902c3d.texidoc [270]) (./lily-a91b902c3d-systems.texi <./li
+ly-a91b902c3d-1.pdf>) (./lily-4a4ff26c8e.texidoc) [271]
+(./lily-4a4ff26c8e-systems.texi <./lily-4a4ff26c8e-1.pdf>
+Overfull \hbox (41.61217pt too wide) detected at line 1
+[]
+) (./lily-ced74defef.texidoc) [272]
+Overfull \hbox (21.897pt too wide) in paragraph at lines 1856--1856
+[][] 
+[273] (./lily-ced74defef-systems.texi <./lily-ced74defef-1.pdf>
+Overfull \hbox (27.55968pt too wide) detected at line 1
+[]
+) (./lily-3f3147bbbe.texidoc) [274] [275] (./lily-3f3147bbbe-systems.texi <./li
+ly-3f3147bbbe-1.pdf> [276]) (./lily-48e3d5694d.texidoc) [277]
+Overfull \hbox (39.14307pt too wide) in paragraph at lines 2125--2125
+[][] 
+
+Overfull \hbox (27.64569pt too wide) in paragraph at lines 2125--2125
+[][] 
+
+Overfull \hbox (27.64569pt too wide) in paragraph at lines 2125--2125
+[][] 
+
+Overfull \hbox (21.897pt too wide) in paragraph at lines 2125--2125
+[][] 
+
+Overfull \hbox (39.14307pt too wide) in paragraph at lines 2125--2125
+[][] 
+[278]
+Overfull \hbox (27.64569pt too wide) in paragraph at lines 2125--2125
+[][] 
+(./lily-48e3d5694d-systems.texi <./lily-48e3d5694d-1.pdf> <./lily-48e3d5694d-2.
+pdf>) (./lily-2313dd36da.texidoc) [279] [280] (./lily-2313dd36da-systems.texi <
+./lily-2313dd36da-1.pdf>)) [281] )
+(@end occurred inside a group at level 1)
+
+### semi simple group (level 1) entered at line 24 (@begingroup)
+### bottom level
+(@end occurred when @ifx on line 43 was incomplete)
+(see the transcript file for additional information)</opt/local/share/texmf-dis
+t/fonts/type1/bluesky/cm/cmbx12.pfb></opt/local/share/texmf-dist/fonts/type1/bl
+uesky/cm/cmmi12.pfb></opt/local/share/texmf-dist/fonts/type1/bluesky/cm/cmr10.p
+fb></opt/local/share/texmf-dist/fonts/type1/bluesky/cm/cmsltt10.pfb></opt/local
+/share/texmf-dist/fonts/type1/bluesky/cm/cmsy10.pfb></opt/local/share/texmf-dis
+t/fonts/type1/bluesky/cm/cmtt10.pfb></opt/local/share/texmf-dist/fonts/type1/ur
+w/ncntrsbk/uncb8a.pfb></opt/local/share/texmf-dist/fonts/type1/urw/ncntrsbk/unc
+r8a.pfb
+
+pdfTeX warning: pdfetex (file /opt/local/share/texmf-dist/fonts/type1/urw/ncntr
+sbk/uncr8a.pfb): glyph `afii10024' undefined
+
+
+pdfTeX warning: pdfetex (file /opt/local/share/texmf-dist/fonts/type1/urw/ncntr
+sbk/uncr8a.pfb): glyph `afii10065' undefined
+
+
+pdfTeX warning: pdfetex (file /opt/local/share/texmf-dist/fonts/type1/urw/ncntr
+sbk/uncr8a.pfb): glyph `afii10066' undefined
+
+
+pdfTeX warning: pdfetex (file /opt/local/share/texmf-dist/fonts/type1/urw/ncntr
+sbk/uncr8a.pfb): glyph `afii10067' undefined
+
+
+pdfTeX warning: pdfetex (file /opt/local/share/texmf-dist/fonts/type1/urw/ncntr
+sbk/uncr8a.pfb): glyph `afii10069' undefined
+
+
+pdfTeX warning: pdfetex (file /opt/local/share/texmf-dist/fonts/type1/urw/ncntr
+sbk/uncr8a.pfb): glyph `afii10070' undefined
+
+
+pdfTeX warning: pdfetex (file /opt/local/share/texmf-dist/fonts/type1/urw/ncntr
+sbk/uncr8a.pfb): glyph `afii10074' undefined
+
+
+pdfTeX warning: pdfetex (file /opt/local/share/texmf-dist/fonts/type1/urw/ncntr
+sbk/uncr8a.pfb): glyph `afii10075' undefined
+
+
+pdfTeX warning: pdfetex (file /opt/local/share/texmf-dist/fonts/type1/urw/ncntr
+sbk/uncr8a.pfb): glyph `afii10076' undefined
+
+
+pdfTeX warning: pdfetex (file /opt/local/share/texmf-dist/fonts/type1/urw/ncntr
+sbk/uncr8a.pfb): glyph `afii10077' undefined
+
+
+pdfTeX warning: pdfetex (file /opt/local/share/texmf-dist/fonts/type1/urw/ncntr
+sbk/uncr8a.pfb): glyph `afii10080' undefined
+
+
+pdfTeX warning: pdfetex (file /opt/local/share/texmf-dist/fonts/type1/urw/ncntr
+sbk/uncr8a.pfb): glyph `afii10081' undefined
+
+
+pdfTeX warning: pdfetex (file /opt/local/share/texmf-dist/fonts/type1/urw/ncntr
+sbk/uncr8a.pfb): glyph `afii10083' undefined
+
+
+pdfTeX warning: pdfetex (file /opt/local/share/texmf-dist/fonts/type1/urw/ncntr
+sbk/uncr8a.pfb): glyph `afii10084' undefined
+
+
+pdfTeX warning: pdfetex (file /opt/local/share/texmf-dist/fonts/type1/urw/ncntr
+sbk/uncr8a.pfb): glyph `afii10085' undefined
+
+
+pdfTeX warning: pdfetex (file /opt/local/share/texmf-dist/fonts/type1/urw/ncntr
+sbk/uncr8a.pfb): glyph `afii10087' undefined
+
+
+pdfTeX warning: pdfetex (file /opt/local/share/texmf-dist/fonts/type1/urw/ncntr
+sbk/uncr8a.pfb): glyph `afii10089' undefined
+
+
+pdfTeX warning: pdfetex (file /opt/local/share/texmf-dist/fonts/type1/urw/ncntr
+sbk/uncr8a.pfb): glyph `afii10090' undefined
+
+
+pdfTeX warning: pdfetex (file /opt/local/share/texmf-dist/fonts/type1/urw/ncntr
+sbk/uncr8a.pfb): glyph `afii10091' undefined
+
+
+pdfTeX warning: pdfetex (file /opt/local/share/texmf-dist/fonts/type1/urw/ncntr
+sbk/uncr8a.pfb): glyph `afii10092' undefined
+
+
+pdfTeX warning: pdfetex (file /opt/local/share/texmf-dist/fonts/type1/urw/ncntr
+sbk/uncr8a.pfb): glyph `afii10096' undefined
+
+
+pdfTeX warning: pdfetex (file /opt/local/share/texmf-dist/fonts/type1/urw/ncntr
+sbk/uncr8a.pfb): glyph `afii10097' undefined
+></opt/local/share/texmf-dist/fonts/type1/urw/ncntrsbk/uncri8a.pfb>
+Output written on lilypond-snippets.pdf (283 pages, 5480419 bytes).
+Transcript written on lilypond-snippets.log.
+/opt/local/bin/texi2dvi: pdfetex exited with bad status, quitting.
+make[1]: *** [out-www/lilypond-snippets.pdf] Error 1
+rm out-www/lilypond-snippets.info-images-dir.dep
+make: *** [web] Error 2
index 037b35539217a87e2aac1d77aec5466ab115bb29..b57aec0fcd74f2b4635ffcc5bf06c57afabdfd4b 100644 (file)
@@ -3,7 +3,7 @@
 \version "2.11.38"
 
 \header {
-  lsrtags = "editorial-and-educational-use, text, vocal-music"
+  lsrtags = "text, vocal-music"
  texidoc = "
 To format single lyrics syllables, you can simply use \\markup @{ ....
 @} on these lyrics!
@@ -13,7 +13,7 @@ To format single lyrics syllables, you can simply use \\markup @{ ....
 \header {
   title = "Markup can be used inside lyrics!" 
 }
-% begin verbatim
+
 melody = \relative c'' { c4 c c c  }
 lyr = \lyricmode { 
   Lyrics \markup { \italic can } \markup {\with-color #red contain } 
index f80973921e72ebc78932a3212081757a707fe224..260ee09d67e09f605f010c19045bd3edd22faabc 100644 (file)
@@ -3,7 +3,7 @@
 \version "2.11.38"
 
 \header {
-  lsrtags = "staff-notation, editorial-and-educational-use"
+  lsrtags = "staff-notation"
  texidoc = "
 The \\markup command is quite versatile. In this snippet, it contains a
 \\score bloc instead of texts or marks.
@@ -26,7 +26,7 @@ tuning = \markup {
     subtitle = "Suite IV"
     subsubtitle = \markup { "Originalstimmung:" \tuning }
 }
-% begin verbatim
+
 \relative {
     \time 4/8
     \times 2/3 { c'8 d e } \times 2/3 {c d e}
index 59c75797927aaf3e5c529a940de3f525e91bfb17..2796e7bdecb375e1163a3770c37ff9cea1ea79cf 100644 (file)
@@ -264,3 +264,4 @@ music is within a \\transpose section.
          
            \midi { }
          }
+
index 7fed3d953fe7a1f921f16fbf162235b38b59ebd3..3b8879366eeba00a6c97bcae6f840b3adafe1cde 100644 (file)
@@ -39,7 +39,7 @@ Please note that this document is not an exact subset of LSR: some
 snippets come from @file{input/new} LilyPond sources directory, and
 snippets from LSR are converted through @command{convert-ly}, as LSR is
 based on a stable LilyPond version, and this document is for version
-@value{version}.
+@c @value{version}.
 
 Snippets are grouped by tags; tags listed in the table of contents match
 a section of LilyPond notation manual.  Snippets may have several tags,
index fd57c48b66b63cee7f0f8277be52cd1c1afd555d..1d3b3a036fe601c6930dd35b14169a2d8eb0248e 100644 (file)
@@ -6,18 +6,22 @@
   lsrtags = "pitches, staff-notation"
  texidoc = "
 The commonly used @code{\\key} command sets the @code{keySignature}
-property, in the @code{Staff} context. However, non-standard key
-signatures can be specified by setting this property directly. The
-format of this command is a list: @code{ \\set Staff.keySignature =
-#'(((octave . step) . alter) ((octave . step) . alter) ...) } where,
-for each element in the list, octave specifies the octave (0 being the
-octave from middle C to the B above), step specifies the note within
-the octave (0 means C and 6 means B), and alter is ,SHARP ,FLAT
-,DOUBLE-SHARP etc. (Note the leading comma.)
+property, in the @code{Staff} context.
+
+However, non-standard key signatures can be specified by setting this
+property directly. The format of this command is a list:
+
+@code{ \\set Staff.keySignature = #`(((octave . step) . alter) ((octave
+. step) . alter) ...) } where, for each element in the list,
+@code{octave} specifies the octave (0 being the octave from middle C to
+the B above), @code{step} specifies the note within the octave (0 means
+C and 6 means B), and @code{alter} is @code{,SHARP ,FLAT ,DOUBLE-SHARP}
+etc. (Note the leading comma.)
+
 
 However, for each item in the list, you can also use the alternative
-format (step . alter), which specifies that the same alteration should
-hold in all octaves.
+format @code{(step . alter)}, which specifies that the same alteration
+should hold in all octaves.
 
 
 Here is an example of a possible key signature for generating a
@@ -25,8 +29,7 @@ whole-tone scale:
 " }
 % begin verbatim
 \relative c' {
-  \set Staff.keySignature =
-    #`(((0 .  3) . ,SHARP) ((0 . 5) . ,FLAT) ((0 . 6) . ,FLAT))
+  \set Staff.keySignature = #`(((0 .  3) . ,SHARP) ((0 . 5) . ,FLAT) ((0 . 6) . ,FLAT))
   c d e fis aes bes c2
 }
 
index d64bfa45db1575ccf71869c300ce2ceb655448da..76eba09c80f33482bca18482f58fa5e8c497915e 100644 (file)
@@ -9,7 +9,9 @@ Internally, the set-octavation function sets the properties
 @code{ottavation} (e.g., to @code{\"8va\"} or @code{\"8vb\"}) and
 @code{middleCPosition}.  To override the text of the bracket, set
 @code{ottavation} after invoking @code{set-octavation}, like in the
-following example. 
+following example.
+
+
 " }
 % begin verbatim
 {
diff --git a/input/lsr/permitting-line-breaks-within-beamed-tuplets.ly b/input/lsr/permitting-line-breaks-within-beamed-tuplets.ly
new file mode 100644 (file)
index 0000000..6ca7996
--- /dev/null
@@ -0,0 +1,29 @@
+%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% This file is in the public domain.
+\version "2.11.38"
+
+\header {
+  lsrtags = "rhythms"
+ texidoc = "
+This artificial example shows how both manual and automatic line breaks
+may be permitted to within a beamed tuplet. Note that such off-beat
+tuplets have to be beamed manually.
+" }
+% begin verbatim
+\relative c'' {
+ a8
+ \repeat unfold 8 {\times 2/3 { c[ b a]}}
+ % Insert a manual line break within a tuplet
+ \times 2/3 { c[ b \bar "" \break a]}
+ \repeat unfold 2 {\times 2/3 { c[ b a]}}
+ c8
+}
+\layout {
+ \context {
+   \Voice
+   % Permit line breaks within tuplets
+   \remove "Forbid_line_break_engraver"
+   % Allow beams to be broken at line breaks
+   \override Beam #'breakable = ##t
+ }
+}
index 6b85fe7a49d2648bcca7c4eaf6b932f3784c430b..9f3eea8056b107784753fd55928b442fd49b0737 100644 (file)
@@ -1,6 +1,6 @@
-applying-noteheads-styles-depending-on-the-step-of-the-scale.ly
-creating-a-sequence-of-notes-on-various-pitches.ly
 makam.ly
+ambiti-multiple-voices.ly
+applying-notehead-styles-depending-on-the-step-of-the-scale.ly
 transposing-pitches-with-minimum-accidentals-smart-transpose.ly
 ottava-text.ly
 preventing-extra-naturals-from-being-automatically-added.ly
@@ -10,5 +10,5 @@ adding-ambiti-per-voice.ly
 clefs-commonly-tweaked-properties.ly
 dodecaphonic-style-accidentals-for-each-note-including-naturals.ly
 preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly
-ambiti-multiple-voices.ly
+creating-a-sequence-of-notes-on-various-pitches.ly
 non-traditional-key-signatures.ly
index b802fc08217b64515c064a8995062e319d2ceea6..fbf165b75c4f7d67a13a8fb5c0c02c9435b1b723 100644 (file)
@@ -8,7 +8,9 @@
 In accordance with standard typesetting rules, a natural sign is
 printed before a sharp or flat if a previous accidental on the same
 note needs to be canceled.  To change this behavior, set the
-extraNatural property to \"false\" in the Staff context. 
+@code{extraNatural} property to \"false\" in the @code{Staff} context.
+
+
 " }
 % begin verbatim
 \relative {
index c7fbfb283c336d2a0a0274a97ec3537e663af6f0..e5c809fc4568e4dcf5144ef513554dbe41decf05 100644 (file)
@@ -7,8 +7,8 @@
  texidoc = "
 When the key signature changes, natural signs are automatically printed
 to cancel any accidentals from previous key signatures. This may be
-altered by setting to \"false\" the printKeyCancellation property in
-the Staff context.
+altered by setting to \"false\" the @code{printKeyCancellation}
+property in the @code{Staff} context. 
 " }
 % begin verbatim
 \relative {
index 45e09b689086c44dd5e55a2b7150a6430620bc44..6cd245fe0c07d1b91acecbd5672387d3bc820940 100644 (file)
@@ -3,7 +3,7 @@
 \version "2.11.38"
 
 \header {
-  lsrtags = "rhythms, editorial-and-educational-use, tweaks-and-overrides"
+  lsrtags = "rhythms, tweaks-and-overrides"
  texidoc = "
 In \"simple\" lead-sheets, sometimes no actual notes are written,
 instead only \"rhythmic patterns\" and chords above the measures are
index c6c3483538429a85fd94a079adcef3cd917e4638..8192c813078471b66d2d02121bb106daead27c95 100644 (file)
@@ -1,22 +1,25 @@
-altering-the-number-of-stems-in-a-beam.ly
 adding-beams,-slurs,-ties-etc.-when-using-tuplet-and-non-tuplet-rythms..ly
-modifying-tuplet-bracket-length.ly
-changing-time-signatures-inside-a-polymetric-section-using--compressmusic.ly
-making-an-object-invisible-with-the-transparent-property.ly
+beams-across-line-breaks.ly
 manually-controlling-beam-positions.ly
-controlling-tuplet-bracket-visibility.ly
 adding-drum-parts.ly
 rest-styles.ly
 skips-in-lyric-mode-2.ly
 chant-or-psalms-notation.ly
-conducting-signs,-measure-grouping-signs.ly
+controlling-tuplet-bracket-visibility.ly
 heavily-customized-polymetric-time-signatures.ly
+using-ties-with-arpeggios.ly
+forcing-rehearsal-marks-to-start-from-a-given-letter-or-number.ly
 compound-time-signatures.ly
+altering-the-number-of-stems-in-a-beam.ly
+modifying-tuplet-bracket-length.ly
+changing-time-signatures-inside-a-polymetric-section-using--compressmusic.ly
+making-an-object-invisible-with-the-transparent-property.ly
+changing-the-tuplet-number.ly
+entering-several-tuplets-using-only-one--times-command.ly
+conducting-signs,-measure-grouping-signs.ly
 rhythmic-slashes.ly
 automatic-beams-two-per-two-in-4-4-or-2-2-time-signature.ly
-automatic-beam-subdivisions.ly
-entering-several-tuplets-using-only-one--times-command.ly
-forcing-rehearsal-marks-to-start-from-a-given-letter-or-number.ly
-beam-across-line-breaks.ly
-printing-music-with-different-time-signatures.ly
+permitting-line-breaks-within-beamed-tuplets.ly
 skips-in-lyric-mode.ly
+engraving-ties-manually.ly
+printing-music-with-different-time-signatures.ly
index bbc27d213fd0e0abfcfa9acabaaead97745930d5..b52edebe6b7b2633e759185973ee270beb7b25f3 100644 (file)
@@ -1,3 +1,3 @@
 clusters.ly
-changing-an-individual-notes-size-in-a-chord.ly
+changing-a-single-notes-size-in-a-chord.ly
 combining-two-parts-on-the-same-staff.ly
index 7d6a885fe9c7fb5f0443d2e704413197d6dbaf88..5fc4d1e2213371a761309f735c47d67e9e8c860f 100644 (file)
@@ -5,8 +5,9 @@
 \header {
   lsrtags = "rhythms, vocal-music"
  texidoc = "
-Although you can't use `s' in lyric mode (it's taken to be a literal s,
-not a space) you can use either \"\" or _.
+Although you can't use @code{s} in @code{\\lyricmode} (it's taken to be
+a literal \"s\", not a space) you can use either @code{\"\"} or
+@code{_}.
 
 So for example:
 " }
index ce9b3a589b338dd3727ffe9be179c965cf200f4f..77a3baf57b63a278cc9e021f5793d627650e40b2 100644 (file)
@@ -43,6 +43,6 @@ thickness and padding around the markup."
 % Test it:
 
 \relative c'{ 
-  c^\markup{ \NWS-box ABCD }
+  c2^\markup{ \NWS-box ABCD }
   c^\markup{\NWS-box \note #"4" #1.0 } 
 }
index e8959b7e1ee7ded1c46a373aefc1dd27759d804d..cf8c291fed053cd0bf7c9e3f8e83c336164c3aca 100644 (file)
@@ -18,9 +18,9 @@ controlling-tuplet-bracket-visibility.ly
 caesura-railtracks-with-fermata.ly
 rhythmic-slashes.ly
 changing-the-staff-size.ly
+changing-a-single-notes-size-in-a-chord.ly
 coloring-objects.ly
 clefs-commonly-tweaked-properties.ly
 vertically-aligning-ossias-and-lyrics.ly
 changing-properties-for-individual-grobs.ly
-changing-an-individual-notes-size-in-a-chord.ly
 nesting-staves.ly
diff --git a/input/lsr/using-ties-with-arpeggios.ly b/input/lsr/using-ties-with-arpeggios.ly
new file mode 100644 (file)
index 0000000..1620756
--- /dev/null
@@ -0,0 +1,22 @@
+%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% This file is in the public domain.
+\version "2.11.38"
+
+\header {
+  lsrtags = "rhythms"
+ texidoc = "
+Ties are sometimes used to write out arpeggios.  In this case, two tied
+notes need not be consecutive.  This can be achieved by setting the
+@code{tieWaitForNote} property to true.  The same feature is also
+useful, for example, to tie a tremolo to a chord, but in principle, it
+can also be used for ordinary consecutive notes, as demonstrated in
+this example. 
+" }
+% begin verbatim
+\relative c' {
+  \set tieWaitForNote = ##t
+  \grace { c16[~ e~ g]~ } <c, e g>2
+  \repeat tremolo 8 { c32~ c'~ } <c c,>1
+  e8~ c~ a~ f~ <e' c a f>2
+  \tieUp c8~ a \tieDown \tieDotted g~ c g2
+}