]> git.donarmstrong.com Git - lilypond.git/commitdiff
Minor snippet edits.
authorNeil Puttock <n.puttock@gmail.com>
Thu, 5 Jun 2008 00:08:03 +0000 (01:08 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Thu, 5 Jun 2008 00:08:03 +0000 (01:08 +0100)
18 files changed:
input/new/changing-form-of-multi--measure-rests.ly
input/new/changing-text-and-spanner-styles-for-text-dynamics.ly
input/new/changing-time-signatures-inside-a-polymetric-section-using-scaledurations.ly
input/new/clip-systems.ly
input/new/creating-simultaneous-rehearsal-marks.ly
input/new/display-bracket-with-only-one-staff-in-a-system.ly
input/new/line-arrows.ly
input/new/makam.ly
input/new/move-specific-text.ly
input/new/outputting-the-version-number.ly
input/new/piano-template-with-centered-dynamics.ly
input/new/quoting-another-voice-with-transposition.ly
input/new/quoting-another-voice.ly
input/new/table-of-contents.ly
input/new/transposing-pitches-with-minimum-accidentals-smart-transpose.ly
input/new/using-the--tweak-command-to-tweak-individual-grobs.ly
input/new/volta-below-chords.ly
input/new/volta-multi-staff.ly

index f0567c708397338fc81f0404a424900c1f7f21ff..ef9027d9496e03bb62936cae65875a0ea5e62272 100644 (file)
@@ -1,5 +1,4 @@
 \version "2.11.42"
-\layout { ragged-right = ##t }
 \header {
   lsrtags = "rhythms,tweaks-and-overrides"
   texidoc = "
index e7b91b3ee2809073ea1af8a526774b6ac08749bf..2e905d94fc3ddf1199054e63c19389626c31e9df 100644 (file)
@@ -1,5 +1,4 @@
 \version "2.11.47"
-\layout { ragged-right = ##t }
 \header {
   lsrtags = "rhythms,tweaks-and-overrides"
   texidoc = "
@@ -16,11 +15,11 @@ be changed by modifying the @code{'style} property of
 }
 
 \relative c'' {
- \set crescendoText = \markup { \italic { cresc. poco } }
- \set crescendoSpanner = #'text
- \override DynamicTextSpanner #'style = #'dotted-line
- a2\< a
- a2 a
- a2 a
- a2 a\mf
 \set crescendoText = \markup { \italic { cresc. poco } }
 \set crescendoSpanner = #'text
 \override DynamicTextSpanner #'style = #'dotted-line
 a2\< a
 a2 a
 a2 a
 a2 a\mf
 }
index 6cef1f87702d12b13930cb60b42f9421d74e3b30..8477c1aee82450ec93e1b7306ab6e54734681127 100644 (file)
@@ -2,12 +2,12 @@
 \header {
   lsrtags = "rhythms,contexts-and-engravers"
   texidoc = "The @code{measureLength} property, together with
-@code{measurePosition}, determines when a bar line is needed. However,
+@code{measurePosition}, determines when a bar line is needed.  However,
 when using @code{\\scaleDurations}, 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 must be the same as
-the second argument of @code{\\scaleDurations}."
+difficult to change time signatures.  In this case, @code{measureLength}
+should be set manually, using the @code{ly:make-moment} callback.  The
+second argument must be the same as the second argument of
+@code{\\scaleDurations}."
   doctitle = "Changing time signatures inside a polymetric section using @code{\\scaleDurations}"
 }
 
index dcd51ce87e6c9c614d307915eaa39a81e1545ae6..6f330de463bd431987eccba6ab20684c2adffc60 100644 (file)
@@ -1,5 +1,4 @@
 \version "2.10.0"
-\layout { ragged-right= ##t }
 \header {
   lsrtags = "paper-and-layout"  % a new tag like "Mixing text and music" or
 % "Special output" might be more adequate -jm
@@ -36,13 +35,13 @@ origScore = \score {
   \relative c' {
     \set Staff.instrumentName = #"bla"
     c1
-    d
+    d1
     \grace c16 e1
     \key d \major
-    f \break
+    f1 \break
     \clef bass
-    g,
-    fis
+    g,1
+    fis1
   }
 }
 
index ec5302cb829ace4c8217483af2e629e826e48724..cbf8aa6fcdd432cd117447a94596d5e633303edb 100644 (file)
@@ -13,7 +13,7 @@ end of one system and the start of the following system.
   doctitle = "Creating simultaneous rehearsal marks"
 }
 
-% Thanks to Risto Vääräniemi for this snippet
+% LSR: Thanks to Risto Vääräniemi for this snippet
 
 {
   \key a \major
@@ -21,7 +21,7 @@ end of one system and the start of the following system.
   \once \override Score.RehearsalMark #'outside-staff-priority = #5000
   \once \override Score.RehearsalMark #'self-alignment-X = #LEFT
   \once \override Score.RehearsalMark #'break-align-symbols = #'(key-signature)
-  \mark \markup { \bold "Senza denti" }
+  \mark \markup { \bold { Senza denti } }
   
   % the hidden measure and bar line
   \once \override Score.TimeSignature #'stencil = ##f
@@ -31,7 +31,7 @@ end of one system and the start of the following system.
   \time 4/4
   \once \override Score.RehearsalMark #'self-alignment-X = #LEFT
   \once \override Score.RehearsalMark #'break-align-symbols = #'(bar-line)
-  \mark \markup { \box \bold "Intro" }
+  \mark \markup { \box \bold Intro }
   d'1
   \mark \default
   d'1
index 690f37114e0bc0966d04ffada1c93d1bb33861c9..01b0c53569a4b6ea3b0aa2708f5a44e8f5a3aad5 100644 (file)
@@ -24,7 +24,7 @@ property has to be set, as shown on the second system in the example.
         c'1
       }
     >>
-    \layout {}
+    \layout { }
   }
   \score {
     \new PianoStaff <<
@@ -34,6 +34,6 @@ property has to be set, as shown on the second system in the example.
         c'1
       }
     >>
-    \layout {}
+    \layout { }
   }
 }
index 9c50cec1ead78ab51942909b5078c642663569a9..72c347073daa1d971a5a554e4cc63e53adb6eb38 100644 (file)
@@ -2,7 +2,7 @@
 \header {
   lsrtags = "expressive-marks"
   texidoc = "Arrows can be applied to text-spanners and line-spanners
-(such as the Glissando)"
+(such as the Glissando)."
   doctitle = "Line arrows"
 }
 
index 96447ff5898220e9a89cbcb599eca293e363fb0d..4e4d9c3a86c3fd436e6482f83f7bba7bb0868293 100644 (file)
@@ -3,9 +3,9 @@
   lsrtags = "pitches"
   texidoc = "Makam is a type of melody from Turkey using 1/9th-tone
 microtonal alterations.  Consult the initialization file
-@code{makam-init.ly} (in @code{/usr/share/lilypond/current/ly})
-for details of pitch names and alterations.
-"
+@code{makam-init.ly) (see the `Learning Manual @version{},
+4.6.3 Other sources of information' for the location of this file)
+for details of pitch names and alterations."
   doctitle = "Makam"
 }
 
index 0335be73f33ab378da527abf3c1c7f0adb030273..c25c6a515db4e2eb9d5dbe9884d001616d78654b 100644 (file)
@@ -20,5 +20,5 @@ Objects of the same type, like text, can be moved around by using some Scheme co
       'extra-offset '(-3.5 . -4.5))
     a^2^"m.d."
   }
-  \layout { ragged-right = ##t}
+  \layout { }
 }
index 67c63d2513b70d35943cad4a637e2dc8437559fb..87a89cb4a0b0990b7c59d587121144d10e7ccbdf 100644 (file)
@@ -11,7 +11,7 @@ a score, or in a document generated with @code{lilypond-book}.
 }
 
 \score {
-  \context Lyrics {
+  \new Lyrics {
     \override Score.RehearsalMark #'self-alignment-X = #LEFT
     \mark #(ly:export (string-append "Processed with LilyPond version "
                        (lilypond-version)))
index 063c0b33ca75dd81e25f1b8005726ae1e1bd08c3..ca93a44e05601c4d61eff4dc1bcb207795219c06 100644 (file)
@@ -80,5 +80,5 @@ pedal = {
     \new Staff = "upper" << \upper \dynamics \pedal >>
     \new Staff = "lower" << \lower \dynamics \pedal >>
   >>
-  \midi {}
+  \midi { }
 }
index 2f67b56eb5598a09897eaf4c99e0bc81a8a2a81e..dc7a9cf7d74268a1d4eff1fe344a2af933fe9a8c 100644 (file)
@@ -12,7 +12,7 @@ transposed using @code{\\transpose}.  In this case, all the pitches
 
 \addQuote clarinet {
   \transposition bes
-  \repeat unfold 8 { d'16 d'16 d'8 }
+  \repeat unfold 8 { d'16 d' d'8 }
 }
 
 \addQuote sax {
index cfa4726f4213f8325f264551f0e7b10b58a7063e..e6fff64c1363537c33baf5f5ff4f1ea85e3354d2 100644 (file)
@@ -19,15 +19,15 @@ original = \relative c'' {
 
 <<
   \new Staff {
-    \set Staff.instrumentName = "quoteMe"
+    \set Staff.instrumentName = #"quoteMe"
     \quoteMe
   }
   \new Staff {
-    \set Staff.instrumentName = "orig"
+    \set Staff.instrumentName = #"orig"
     \original
   }
   \new Staff \relative c'' <<
-    \set Staff.instrumentName = "orig+quote"
+    \set Staff.instrumentName = #"orig+quote"
     \set Staff.quotedEventTypes = #'(note-event articulation-event)
     \original
     \new Voice {
index 559ea790524e4cc2c9c4c077838533e8b7f7a273..2be389d4e0428cd45d9ad3d0d5e526cad9b7fe6c 100644 (file)
@@ -2,8 +2,8 @@
 \header {
   lsrtags = "paper-and-layout"
   texidoc = "A table of contents is included using
-@code{\\markuplines \\table-of-contents}.  The TOC items are added with
-the @code{\\tocItem} command."
+@w{@code{\\markuplines \\table-of-contents}}.  The TOC items are
+added with the @code{\\tocItem} command."
   doctitle = "Table of contents"
 }
 
index dd5c7b5f430ba723dfef7b5bab73509102bfb533..40bf9fb6640835ef7038f16b305e350fc1d5680b 100644 (file)
@@ -70,7 +70,7 @@ naturalizeMusic =
                                        (ly:music?)
                        (naturalize m))
 
-music =  \relative c' { c4 d e g }
+music = \relative c' { c4 d e g }
 
 \score {
   \new Staff {
@@ -79,5 +79,5 @@ music =  \relative c' { c4 d e g }
     \transpose c deses \music
     \naturalizeMusic \transpose c deses \music
   }
-  \layout {}
+  \layout { }
 }
index 5b5d3650d2ff6b031ad54a84b2eb006d096aa271..75c8c59030e85752358f7224388c0c38fdb29c13 100644 (file)
@@ -1,12 +1,11 @@
 \version "2.11.23"
-\layout { ragged-right= ##t }
 \header {
   lsrtags = "tweaks-and-overrides"
   texidoc = "
 With the @code{\\tweak} command, every grob can be tuned directly.  Here
 are some examples of available tweaks.
 "
-  doctitle = "Using the @code{\tweak} command to tweak individual grobs"
+  doctitle = "Using the @code{\\tweak} command to tweak individual grobs"
 }
 
 \relative c' {
index 63844f39dac5040243d2fb5e368cde24a1c2e601..8c4ad9d2a800c4672cf9be32bb022ddb89a74dbd 100644 (file)
@@ -1,5 +1,4 @@
-\version "2.11.36"
-\layout { ragged-right= ##t }
+\version "2.11.47"
 \header {
   lsrtags = "repeats,staff-notation,chords"
   texidoc = "By adding the @code{Volta_engraver} to the relevant
@@ -7,23 +6,21 @@ staff, volte can be put under chords."
   doctitle = "Volta under chords"
 }
 
-% chords above volta
 \score {
   <<
     \chords {
       c1
-       c
-  }
-  \new Staff \with { \consists Volta_engraver } {
-     \repeat volta 2 { c'1 }
-     \alternative { c' }
-     }
+      c1
+    }
+    \new Staff \with { \consists "Volta_engraver" } {
+      \repeat volta 2 { c'1 }
+      \alternative { c' }
+    }
   >>
   \layout {
     \context {
       \Score
-      \remove Volta_engraver
+      \remove "Volta_engraver"
     }
   }
 }
-
index 9f3520449093dd038b0574e3519bb5c4e1b34bfb..276a49f9a71f1c207a83eccb8b0c32e123ebb9ff 100644 (file)
@@ -8,12 +8,13 @@ one in a score."
 }
 
 voltaMusic = \relative c'' {
-  \repeat volta 2
+  \repeat volta 2 {
     c1
-    \alternative {
+  }
+  \alternative {
     d1
     e
-   }
+  }
 }
 
 <<