]> git.donarmstrong.com Git - lilypond.git/commitdiff
LSR: normal update.
authorGraham Percival <graham@percival-music.ca>
Tue, 22 Jan 2008 04:57:59 +0000 (20:57 -0800)
committerGraham Percival <graham@percival-music.ca>
Tue, 22 Jan 2008 04:57:59 +0000 (20:57 -0800)
input/lsr/dodecaphonic-style-accidentals-for-each-note-including-naturals.ly
input/lsr/ottava-text.ly [new file with mode: 0644]
input/lsr/pitches.snippet-list
input/lsr/text.snippet-list

index d447a6e41949588b9c5d4838c254aadb4b6e9fd3..a303f0ee02077c5e6b6d1f3f49cf7eee079c2f43 100644 (file)
@@ -13,8 +13,6 @@ new approach to music theory and language. This snippet shows how to
 achieve such notation rules with LilyPond.
 " }
 % begin verbatim
-% thanks to Rune Zedeler for this cool function :)
-
 webernAccidentals = {
     % the 5s are just "a value different from any accidental"
     \set Staff.keySignature = #'((0 . 5) (1 . 5) (2 . 5) (3 . 5)
diff --git a/input/lsr/ottava-text.ly b/input/lsr/ottava-text.ly
new file mode 100644 (file)
index 0000000..7770b89
--- /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.
+%% Tags: pitches, text
+\version "2.11.35"
+
+\header { texidoc = "
+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. 
+" }
+% begin verbatim
+{
+  #(set-octavation 1)
+  \set Staff.ottavation = #"8"
+  c''1
+  #(set-octavation 0)
+  c'1
+  #(set-octavation 1)
+  \set Staff.ottavation = #"Text"
+  c''1
+}
index e186d5eac5242808e2f4695d1d628eb950a92bb5..c91d9e7555ed4d3a376f62438caff0e6f7fa404e 100644 (file)
@@ -1,7 +1,8 @@
 applying-noteheads-styles-depending-on-the-step-of-the-scale.ly
 creating-a-sequence-of-notes-on-various-pitches.ly
-transposing-pitches-with-minimum-accidentals-smart-transpose.ly
 makam.ly
+transposing-pitches-with-minimum-accidentals-smart-transpose.ly
+ottava-text.ly
 preventing-extra-naturals-from-being-automatically-added.ly
 generating-random-notes.ly
 quoting-another-voice-with-transposition.ly
index f32630bbbfb2ed47f18949f9084c7b4563f0aaf2..7a103584fc7692cf17164ead0db2aa648a378687 100644 (file)
@@ -1,8 +1,9 @@
 combining-dynamics-with-markup-texts.ly
 creating-text-spanners.ly
 vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly
+markup-lines.ly
 center-text-below-hairpin-dynamics.ly
-piano-template-with-centered-lyrics.ly
+ottava-text.ly
 demonstrating-all-headers.ly
 changing-the-default-text-font-family.ly
 combining-two-parts-on-the-same-staff.ly
@@ -12,6 +13,6 @@ outputting-the-version-number.ly
 blanking-staff-lines-using-the--whiteout-command.ly
 formatting-lyrics-syllables.ly
 how-to-put-ties-between-syllables-in-lyrics.ly
-markup-lines.ly
+piano-template-with-centered-lyrics.ly
 adjusting-lyrics-vertical-spacing.ly
 aligning-lyrics.ly