]> git.donarmstrong.com Git - lilypond.git/commitdiff
LSR: udpate
authorGraham Percival <graham@percival-music.ca>
Mon, 28 Apr 2008 03:16:17 +0000 (20:16 -0700)
committerGraham Percival <graham@percival-music.ca>
Mon, 28 Apr 2008 03:16:17 +0000 (20:16 -0700)
28 files changed:
input/lsr/adding-beams,-slurs,-ties-etc.-when-using-tuplet-and-non-tuplet-rythms..ly
input/lsr/allowing-fingerings-to-be-printed-inside-the-staff.ly
input/lsr/altering-the-number-of-stems-in-a-beam.ly [deleted file]
input/lsr/applying-note-head-styles-depending-on-the-step-of-the-scale.ly
input/lsr/blanking-staff-lines-using-the--whiteout-command.ly
input/lsr/center-text-below-hairpin-dynamics.ly
input/lsr/changing--flageolet-mark-size.ly
input/lsr/changing-a-single-notes-size-in-a-chord.ly
input/lsr/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
input/lsr/compound-time-signatures.ly
input/lsr/controlling-the-placement-of-chord-fingerings.ly
input/lsr/creating-blank-staves.ly
input/lsr/default-direction-of-stems-on-the-center-line-of-the-staff.ly
input/lsr/demo-midiinstruments.ly
input/lsr/embedding-native-postscript-in-a--markup-block.ly
input/lsr/expressive-marks.snippet-list
input/lsr/grid-lines-changing-their-appearance.ly
input/lsr/grid-lines-emphasizing-rhythms-and-notes-synchronization.ly
input/lsr/inserting-score-fragments-above-a-staff,-as-markups.ly
input/lsr/making-some-staff-lines-thicker-than-the-others.ly
input/lsr/printing-metronome-and-rehearsal-marks-below-the-staff.ly [new file with mode: 0644]
input/lsr/rhythms.snippet-list
input/lsr/staff-notation.snippet-list
input/lsr/string-quartet-template-simple.ly
input/lsr/string-quartet-template-with-separate-parts.ly
input/lsr/three-sided-box.ly
input/lsr/tweaks-and-overrides.snippet-list
input/lsr/unfretted-strings.snippet-list

index e73c44cac0d22f1b535c4f3d149934974635be52..5c6dbf3fdf72206caa731b3e08ce116fade71900 100644 (file)
@@ -23,5 +23,6 @@ sections (enclosed within curly braces).
   r16[ g16 \times 2/3 { r16 e'8] }
   g16( a \times 2/3 { b d e') }
   g8[( a \times 2/3 { b d') e']~ }
+  \time 2/4
   \times 4/5 { e'32\( a b d' e' } a'4.\)
 }
index 1591e86ae3da90c148e989ce9d05a34c93524081..b0997d3f8c8afc91aef2eb90d938422f7260cb95 100644 (file)
@@ -3,7 +3,7 @@
 \version "2.11.38"
 
 \header {
-  lsrtags = "editorial-and-educational-use, spacing"
+  lsrtags = "editorial-annotations, spacing"
 
   texidoc = "
 By default, fingering numbers will be printed outside the staff.
diff --git a/input/lsr/altering-the-number-of-stems-in-a-beam.ly b/input/lsr/altering-the-number-of-stems-in-a-beam.ly
deleted file mode 100644 (file)
index a1caa7f..0000000
+++ /dev/null
@@ -1,27 +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, tweaks-and-overrides"
-
-  texidoc = "
-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.
-
-
-
-
-"
-  doctitle = "Altering the number of stems in a beam"
-} % begin verbatim
-\relative {
-  #(override-auto-beam-setting '(end * * * *)  1 4)
-  f32 g a b b a g f
-
-  f32 g a
-  \set stemRightBeamCount = #1 b
-  \set stemLeftBeamCount = #1 b
-  a g f
-}
-
index 245baaab77c0204b661ec6f6e077eb11d7c5e7d8..03aa44276a3136a7b5bf0d8d449d7dd407e1c0d4 100644 (file)
@@ -3,7 +3,7 @@
 \version "2.11.38"
 
 \header {
-  lsrtags = "pitches, editorial-and-educational-use"
+  lsrtags = "pitches, editorial-annotations"
 
   texidoc = "
 The @code{shapeNoteStyles} property can be used to define various note
index 097ea080db77722f70d37f03017ad686e6cff646..d438c660039f3deb97ae6723f422b5e304c2f1c5 100644 (file)
@@ -3,7 +3,7 @@
 \version "2.11.38"
 
 \header {
-  lsrtags = "editorial-and-educational-use, text"
+  lsrtags = "editorial-annotations, text"
 
   texidoc = "
 The @code{\\whiteout} command underlays a white box under a markup.
index 99495e22a92c4c8d35014c93d30b47ec07adcd6d..5c5fd44d863f7ac72c6b3cad680e3a8fe9fb55e4 100644 (file)
@@ -29,6 +29,8 @@ hairpinWithCenteredText = #(define-music-function (parser location text) (markup
 hairpinMolto = \hairpinWithCenteredText \markup { \italic "molto" }
 hairpinMore = \hairpinWithCenteredText \markup { \bigger "moltissimo" }
 
+\layout { ragged-right = ##f }
+
 {
   \hairpinMolto c'2\< c'2\f
   \hairpinMore  c'2\< c'2\f
index 179f87fcc85d310c1517e8796c74411723aaf759..93a63b36d1dac18338e1520e09482c3be6eaa9e6 100644 (file)
@@ -3,7 +3,7 @@
 \version "2.11.38"
 
 \header {
-  lsrtags = "expressive-marks"
+  lsrtags = "expressive-marks, unfretted-strings"
 
   texidoc = "
 To make the @code{\\flageolet} circle smaller use the following Scheme
@@ -19,6 +19,8 @@ smallFlageolet = #(let ((m (make-music 'ArticulationEvent
                     (ly:music-property m 'tweaks)))
        m)
 
+\layout { ragged-right = ##f }
+
 \relative c'' {
   d4^\flageolet_\markup { default size } d4_\flageolet
   c4^\smallFlageolet_\markup { smaller } c4_\smallFlageolet
index 50535f13c03a396dcbcf3bfecbb909f15bfac4d6..e33bc406a71e0ccf1b0710c015919b6270484303 100644 (file)
@@ -3,7 +3,7 @@
 \version "2.11.38"
 
 \header {
-  lsrtags = "simultaneous-notes, editorial-and-educational-use, tweaks-and-overrides"
+  lsrtags = "simultaneous-notes, editorial-annotations, tweaks-and-overrides"
 
   texidoc = "
 Individual note heads in a chord can be modified with the
index 3111bd7981c7bb50d475cebfc6ca4fff98223860..f35de5224a8910c4ccf110984b8842ac127d0075 100644 (file)
@@ -3,12 +3,10 @@
 \version "2.11.38"
 
 \header {
-  lsrtags = "expressive-marks, editorial-and-educational-use"
+  lsrtags = "expressive-marks, editorial-annotations"
 
   texidoc = "
-The appearance of slurs may be changed from solid to dotted or dashed.
-
-
+The appearance of slurs may be changed from solid to dotted or dashed. 
 
 "
   doctitle = "Changing the appearance of a slur from solid to dotted or dashed"
@@ -25,7 +23,3 @@ The appearance of slurs may be changed from solid to dotted or dashed.
   c( d e  c) |
 }
 
-
-
-
-
index 3a2a3d4963050f521ffc4e224221d324f1083e07..b94107506ef9ae395db1aab19a56057eec308eed 100644 (file)
@@ -22,13 +22,12 @@ database.)
    (#:line ((#:column (one num)) #:vcenter "+" (#:column (two num))))
   ))
 
-\relative {
-  % compound time signature hack
+\relative {  
   \override Staff.TimeSignature #'stencil = #ly:text-interface::print
-  \override Staff.TimeSignature #'text = #( compound-time "2" "3" "8" )
+  \override Staff.TimeSignature #'text = #(compound-time "2" "3" "8")
   \time 5/8
   #(override-auto-beam-setting '(end 1 8 5 8) 1 4)
-  c8 d e fis gis |
-  c fis, gis e d |
+  c8 d e fis gis
+  c fis, gis e d
   c8 d e4 gis8
 }
index e3875b3004d42afe7a82933306affd08b83ff91f..077ee0a5c4e06888538a37809dbf630067bc6c42 100644 (file)
@@ -3,7 +3,7 @@
 \version "2.11.38"
 
 \header {
-  lsrtags = "editorial-and-educational-use, chords"
+  lsrtags = "editorial-annotations, chords"
 
   texidoc = "
 The placement of fingering numbers can be controlled precisely.
index 4e32db01fcacc511b9f565151d08b42df4f26d68..c45f9ac4230a6719dbb6408ba788583e5eb502e4 100644 (file)
@@ -3,7 +3,7 @@
 \version "2.11.38"
 
 \header {
-  lsrtags = "staff-notation, editorial-and-educational-use, contexts-and-engravers, paper-and-layout"
+  lsrtags = "staff-notation, editorial-annotations, contexts-and-engravers, paper-and-layout"
 
   texidoc = "
 To create blank staves, generate empty measures then remove the
index 7c6673264f8c341608a32272c972656d9fa932f6..f3a270281fab1752adc495d8ec7fe5c7635d9ace 100644 (file)
@@ -3,7 +3,7 @@
 \version "2.11.38"
 
 \header {
-  lsrtags = "editorial-and-educational-use"
+  lsrtags = "editorial-annotations"
 
   texidoc = "
 The default direction of stems on the center line of the staff is set
index bc0f57e1d080fd6c2d7c6c5ee5ba7a964c38965c..c7384495d75b234dc0cf25416bd5973f3cb208d0 100644 (file)
@@ -3,7 +3,7 @@
 \version "2.11.38"
 
 \header {
-  lsrtags = "vocal-music, midi"
+  lsrtags = "vocal-music, unfretted-strings, midi"
 
   texidoc = "
 Problem: How to know which @code{midiInstrument} would be best for your
index c6bb8a80158337273bb59c695c506d5abb75874f..baef1614d9816bebed0a6001540c86e6dc8193d6 100644 (file)
@@ -3,7 +3,7 @@
 \version "2.11.38"
 
 \header {
-  lsrtags = "editorial-and-educational-use, text"
+  lsrtags = "editorial-annotations, text"
 
   texidoc = "
 PostScript code can be directly inserted inside a @code{\\markup}
index ea288f41e9f8c88225156f1eeb2e59efd297fa68..ee4a738ab0a218b6d822ca13ef738c4dd07d8faa 100644 (file)
@@ -3,6 +3,7 @@ creating-text-spanners.ly
 adding-beams,-slurs,-ties-etc.-when-using-tuplet-and-non-tuplet-rythms..ly
 changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
 caesura-railtracks-with-fermata.ly
+printing-metronome-and-rehearsal-marks-below-the-staff.ly
 creating-real-parenthesized-dynamics.ly
 center-text-below-hairpin-dynamics.ly
 contemporary-glissando.ly
index 238fc5788f064b84b8262522d33d5318c3af866e..d2534d9e0fbd3771b0567a015b8e9fa572c132e6 100644 (file)
@@ -3,7 +3,7 @@
 \version "2.11.38"
 
 \header {
-  lsrtags = "editorial-and-educational-use"
+  lsrtags = "editorial-annotations"
 
   texidoc = "
 The appearance of grid lines can be changed by overriding some of their
index 6312e01b595f37a37fe9648c36db3b999c370f4c..66bb52fa61f1a83f2d53fb36c689d7769f11c80f 100644 (file)
@@ -3,7 +3,7 @@
 \version "2.11.38"
 
 \header {
-  lsrtags = "editorial-and-educational-use"
+  lsrtags = "editorial-annotations"
 
   texidoc = "
 Regular vertical lines can be drawn between staves to show notes
index 8452feae999c26b223d591ec43e1d05b0a9c4e29..920cc52bff7e65f8f40232ac8639dd7153ee277a 100644 (file)
@@ -28,6 +28,8 @@ tuning = \markup {
   subsubtitle = \markup { "Originalstimmung:" \general-align #Y #CENTER \tuning }
 }
 
+\layout { ragged-right = ##f }
+
 \relative {
   \time 4/8
   \times 2/3 { c'8 d e } \times 2/3 { c d e }
index 9499426cd3d684aa3a041178bfc7f87540e6cd8e..08ebd76848d145f53c6b9f3e2d4400e9188095cb 100644 (file)
@@ -3,7 +3,7 @@
 \version "2.11.38"
 
 \header {
-  lsrtags = "staff-notation, editorial-and-educational-use"
+  lsrtags = "staff-notation, editorial-annotations"
 
   texidoc = "
 For pedagogical purposes, you may want to make one staff line thicker
diff --git a/input/lsr/printing-metronome-and-rehearsal-marks-below-the-staff.ly b/input/lsr/printing-metronome-and-rehearsal-marks-below-the-staff.ly
new file mode 100644 (file)
index 0000000..db7520e
--- /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, expressive-marks, staff-notation, tweaks-and-overrides"
+
+  texidoc = "
+By default, metronome and rehearsal marks are printed above the staff.
+If you would like to have them below the staff, simply set the
+'side-axis and 'direction properties of MetronomeMark or RehearsalMark
+appropriately.
+
+"
+  doctitle = "Printing metronome and rehearsal marks below the staff"
+} % begin verbatim
+{
+  % Metronome marks below the staff
+
+  \override Score.MetronomeMark #'side-axis = #Y
+  \override Score.MetronomeMark #'direction = #DOWN
+  \tempo 8.=120 c''1
+
+  % Rehearsal marks below the staff
+
+  \override Score.RehearsalMark #'side-axis = #Y
+  \override Score.RehearsalMark #'direction = #DOWN
+  \mark\default c''1
+}
index d4459ca3c49612b89250198bf08e5eb51ea34db3..4305d0602484126608704d6b3aadec910b86d3a6 100644 (file)
@@ -11,8 +11,8 @@ positioning-multi--measure-rests.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
+printing-metronome-and-rehearsal-marks-below-the-staff.ly
 changing-time-signatures-inside-a-polymetric-section-using--compressmusic.ly
 making-an-object-invisible-with-the-transparent-property.ly
 automatic-beam-subdivisions.ly
index e6594271f734626e20bedb928d1da3acb56a21ac..4c4ac2dc4be79437447da21a11c0e011bb06d9bb 100644 (file)
@@ -6,6 +6,7 @@ changing-the-number-of-lines-in-a-staff.ly
 adding-an-extra-staff-at-a-line-break.ly
 display-bracket-with-only-one-staff-in-a-system.ly
 time-signature-in-parentheses.ly
+printing-metronome-and-rehearsal-marks-below-the-staff.ly
 tweaking-clef-properties.ly
 adding-an-extra-staff.ly
 changing-the-staff-size.ly
index caa7ce9eee264bf4f5f1369a1f29074250c6a4ab..eb338b841686dacc97237ea72159fdcc886c3f87 100644 (file)
@@ -3,7 +3,7 @@
 \version "2.11.38"
 
 \header {
-  lsrtags = "template"
+  lsrtags = "unfretted-strings, template"
 
   texidoc = "
 This template demonstrates a simple string quartet. It also uses a
index 70dba3f78400de3c9d1ff90ab99b6c6cf90ed4fb..c9c7ee500ccabe86bf5ae7a8a21fd8bcc8d6ed6b 100644 (file)
@@ -3,7 +3,7 @@
 \version "2.11.38"
 
 \header {
-  lsrtags = "template"
+  lsrtags = "unfretted-strings, template"
 
   texidoc = "
 The \"String quartet template\" snippet produces a nice string quartet,
index 3be893fcd64c5c4098fdc1420426b99c5243c165..e9fb519f833dc2e4a8a91814c11f7cdc058b2dd7 100644 (file)
@@ -45,6 +45,8 @@ thickness and padding around the markup."
 
 % Test it:
 
+\layout { ragged-right = ##f }
+
 \relative c' { 
   c2^\markup { \NWS-box ABCD }
   c^\markup { \NWS-box \note #"4" #1.0 } 
index b612a394831e75ad0d221738d491402a9365cffe..cb7a4e83906a72db12fb67ff0b3ad54c9cef6497 100644 (file)
@@ -12,8 +12,8 @@ positioning-multi--measure-rests.ly
 changing-the-staff-size.ly
 vertically-aligning-ossias-and-lyrics.ly
 changing-properties-for-individual-grobs.ly
-altering-the-number-of-stems-in-a-beam.ly
 mensurstriche-layout-bar-lines-between-the-staves.ly
+printing-metronome-and-rehearsal-marks-below-the-staff.ly
 tweaking-clef-properties.ly
 vertically-centered-dynamics-and-textscripts.ly
 proportional-strict-notespacing.ly
index 24e2ae9f58006fce9ad7a80b585628aa9f3e17f2..bfcf6a78dcd6d1e2ca73de7f7052856b52d8c3b2 100644 (file)
@@ -1 +1,4 @@
-rhythmic-slashes.ly
+string-quartet-template-simple.ly
+changing--flageolet-mark-size.ly
+string-quartet-template-with-separate-parts.ly
+demo-midiinstruments.ly