]> git.donarmstrong.com Git - lilypond.git/commitdiff
Automagic update from LSR.
authorGraham Percival <graham@percival-music.ca>
Tue, 6 Mar 2007 20:38:58 +0000 (12:38 -0800)
committerGraham Percival <graham@percival-music.ca>
Tue, 6 Mar 2007 20:38:58 +0000 (12:38 -0800)
20 files changed:
input/lsr/chords/chord-name-exceptions.ly
input/lsr/chords/chord-name-major7.ly
input/lsr/connecting/laissez-vibrer-ties.ly
input/lsr/contemporary/clusters.ly
input/lsr/expressive/breathing-sign.ly
input/lsr/expressive/fingering-chords.ly
input/lsr/guitar/guitar-string-number.ly
input/lsr/parts/rehearsal-mark-numbers.ly
input/lsr/parts/tag-filter.ly
input/lsr/repeats/volta-multi-staff.ly
input/lsr/spacing/alignment-vertical-spacing.ly
input/lsr/spacing/page-layout-twopass.ly
input/lsr/spacing/page-spacing.ly
input/lsr/spacing/proportional-spacing.ly
input/lsr/spacing/proportional-strict-grace-notes.ly
input/lsr/spacing/proportional-strict-notespacing.ly
input/lsr/staff/staff-line-positions.ly
input/lsr/text/font-family-override.ly
input/lsr/vocal/ambitus.ly
input/lsr/vocal/lyric-combine.ly

index 7713f3b0b58b4f6dd0dfde25580bd2e09f4f75f0..a958bc73c7130ebc9474cc172042c03deff2b350 100644 (file)
@@ -1,7 +1,8 @@
 \version "2.10.12"
 
 \header { texidoc = "
-The property @{chordNameExceptions@} can used to store a list of special notations for specific chords.
+The property @code{chordNameExceptions} can used to store a list of
+special notations for specific chords.
 " }
 
 % 7sus4 denoted with ^7 wahh
index 992e25c1affabab84c643d16d0a84decc78902bf..cc17e603023dba65116bd4ecab84485da516a6a2 100644 (file)
@@ -1,7 +1,7 @@
 \version "2.10.12"
 
 \header { texidoc = "
-The layout of the major 7 can be tuned with @{majorSevenSymbol@}
+The layout of the major 7 can be tuned with @code{majorSevenSymbol}
 " }
 
 \chords {
index 908ad5774b07a83e6ee78f0899a87c5eb4fa1aee..84b2545e3104cf28109b1068bcda78ac1c642aa9 100644 (file)
@@ -1,8 +1,9 @@
 \version "2.10.12"
 
 \header { texidoc = "
-l.v. ties should avoid dots and staff lines, similar to normal ties.  They have fixed size. Their formatting can be tuned with
-@code{tie-configuration}
+l.v. ties should avoid dots and staff lines, similar to normal ties. 
+They have fixed size. Their formatting can be tuned with
+ @{tie-configuration@}
 " }
 
 \paper {
index 12336f55f01a13eb5e8d1b061fb2920f97a18b64..d848f8b585d9ed3097ad6fbc78b08607c81759c3 100644 (file)
@@ -1,7 +1,8 @@
 \version "2.10.12"
 
 \header { texidoc = "
-Clusters are a device to denote that a complete range of notes is to be played.
+Clusters are a device to denote that a complete range of notes is to be
+played.
 " }
 
 \layout {
index 32702f786a29721db76b2f1a11cf71a04d14e947..83caf40816275165d983e2630f8db0cab672660e 100644 (file)
@@ -1,7 +1,8 @@
 \version "2.10.12"
 
 \header { texidoc = "
-Breathing signs are available in different tastes: commas (default), ticks, vees and `railroad tracks' (caesura).
+Breathing signs are available in different tastes: commas (default),
+ticks, vees and `railroad tracks' (caesura).
 " }
 
 {
index f885a2985fd1e56e6dc49240ca1984978a094750..fa0fc38422dbdad393fe91533f5890e429f38fba 100644 (file)
@@ -1,7 +1,9 @@
 \version "2.10.12"
 
 \header { texidoc = "
-With the new chord syntax, it is possible to associate fingerings uniquely with notes. This makes it possible to add horizontal fingerings to notes.
+With the new chord syntax, it is possible to associate fingerings
+uniquely with notes. This makes it possible to add horizontal
+fingerings to notes.
 " }
 
 \layout { ragged-right= ##t }
index 85d9e6b191778a85034822c9432422efd6723255..4dd2e3046ea7878fd12489d40f8ccaf9eb8335c4 100644 (file)
@@ -1,7 +1,8 @@
 \version "2.10.12"
 
 \header { texidoc = "
-String numbers can be added to chords. They use the same positioning mechanism as finger instructions.
+String numbers can be added to chords. They use the same positioning
+mechanism as finger instructions.
 " }
 
 \paper {
index f0cb45e370bc0437f4786a4aab05181fa9b0ce4e..df1d06910310dcb83a9b57e27debb69d0073daaa 100644 (file)
@@ -1,8 +1,9 @@
 \version "2.10.12"
 
 \header { texidoc = "
-Marks can be printed as numbers.  
-By setting @{markFormatter@} we may choose a different style of mark printing. Also, marks can be specified manually, with a markup argument.
+Marks can be printed as numbers.   By setting @{markFormatter@} we may
+choose a different style of mark printing. Also, marks can be specified
+manually, with a markup argument.
 " }
 
 \paper {
index 0478d2df58c21c48900a8c079615ff8e2a84de9e..f00ab5fe92f41a2c044e3cb61eaccb220f0e24fa 100644 (file)
@@ -1,7 +1,12 @@
 \version "2.10.12"
 
 \header { texidoc = "
-The @{\tag@} command marks music expressions with a name. These tagged expressions can be filtered out later. This mechanism can be used to make different versions of the same music. In this example, the top stave displays the music expression with all tags included. The bottom two staves are filtered: the part has cue notes and fingerings, but the score has not.
+The @{\tag@} command marks music expressions with a name. These tagged
+expressions can be filtered out later. This mechanism can be used to
+make different versions of the same music. In this example, the top
+stave displays the music expression with all tags included. The bottom
+two staves are filtered: the part has cue notes and fingerings, but the
+score has not.
 " }
 
 \layout {
index 76207fe51d4492ed9462b9a89dc10001937a8e17..c27a3a4bfddae8a6c3ae8afe15d1c61954f2240f 100644 (file)
@@ -1,7 +1,8 @@
 \version "2.10.12"
 
 \header { texidoc = "
-By setting @{voltaOnThisStaff@}, repeats can be put also over other staves than the topmost one in a score.
+By setting @{voltaOnThisStaff@}, repeats can be put also over other
+staves than the topmost one in a score.
 " }
 
 \layout {
index 13811cc207d806990f918a129b1fd5d376c96458..da4d015a6c347809be2e266c92b65383db09e880 100644 (file)
@@ -1,11 +1,15 @@
 \version "2.10.12"
 
 \header { texidoc = "
-By setting properties in @{NonMusicalPaperColumn@}, vertical spacing of alignments can be adjusted per system.
+By setting properties in @{NonMusicalPaperColumn@}, vertical spacing of
+alignments can be adjusted per system.
 
-By setting @{alignment-extra-space@} or @{fixed-alignment-extra-space@} an individual system may be stretched vertically.
+By setting @{alignment-extra-space@} or @{fixed-alignment-extra-space@}
+an individual system may be stretched vertically.
 
-For technical reasons, @{overrideProperty@} has to be used for setting properties on individual object. @{override@} in a @{\context@} block may still be used for global overrides
+For technical reasons, @{overrideProperty@} has to be used for setting
+properties on individual object. @{override@} in a @{\context@} block
+may still be used for global overrides
 " }
 
 #(set-global-staff-size 13)
index 7e85403a5e371f549f08178794dbc93d8d1ea7fc..3fc5d8e2bb5c9ce15fc2083c7b828b3ea1848a0f 100644 (file)
@@ -3,7 +3,8 @@
 \header { texidoc = "
 Page breaking details can be stored for later reference.
 
-(you should run this snippet on your own computer; we cannot compute the two-pass layout here)
+(you should run this snippet on your own computer; we cannot compute
+the two-pass layout here)
 " }
 
 \paper  {
index 916c895dc95ade6f366e094e62e986e9c2d28b2c..063dc97e5db4e84272b8770b6cdaad21941f36ed 100644 (file)
@@ -1,11 +1,15 @@
 \version "2.10.12"
 
 \header { texidoc = "
-By setting properties in @{NonMusicalPaperColumn@}, vertical spacing of page layout can be adjusted.
+By setting properties in @{NonMusicalPaperColumn@}, vertical spacing of
+page layout can be adjusted.
 
-For technical reasons, @{overrideProperty@} has to be used for setting properties on individual object. @{\override@} may still be used for global overrides.
+For technical reasons, @{overrideProperty@} has to be used for setting
+properties on individual object. @{\override@} may still be used for
+global overrides.
 
-By setting @{annotate-spacing@}, we can see the effect of each property.
+By setting @{annotate-spacing@}, we can see the effect of each
+property.
 " }
 
 #(set-global-staff-size 11)
index 20efc3967172b998b145c02ea457194bb163b797..89ca4c14ea3abb10d24cd9d9e0743987c3700d4d 100644 (file)
@@ -1,7 +1,9 @@
 \version "2.10.12"
 
 \header { texidoc = "
-Proportional notation can be created by setting @{proportionalNotationDuration@}. Notes will be spaced proportional to the distance for the given duration.
+Proportional notation can be created by setting
+@{proportionalNotationDuration@}. Notes will be spaced proportional to
+the distance for the given duration.
 " }
 
 \paper {
index 401f83771e070ecf61103e2e95878c5138455956..3e757d62340327de65b01d9008cb0fa6a4601059 100644 (file)
@@ -1,7 +1,8 @@
 \version "2.10.12"
 
 \header { texidoc = "
-With @{strict-note-spacing@} spacing for grace notes (even multiple ones), is floating as well.
+With @{strict-note-spacing@} spacing for grace notes (even multiple
+ones), is floating as well.
 " }
 
 \paper {
index 664ef4c50415c5185415d93d4b4cbf3482d74cfb..3b791f5b0e3be462d1d0d98d9ac7b8e7daf763b1 100644 (file)
@@ -1,7 +1,10 @@
 \version "2.10.12"
 
 \header { texidoc = "
-If @code{strict-note-spacing} is set, then spacing of notes is not influenced by bars and clefs half-way on the system.  Rather, they are put just before the note that occurs at the same time.  This may cause collisions.
+If @{strict-note-spacing@} is set, then spacing of notes is not
+influenced by bars and clefs half-way on the system.  Rather, they are
+put just before the note that occurs at the same time.  This may cause
+collisions.
 " }
 
 \paper {
index ed56b7115da0202c62d7ed48cb8009243a041a74..0518651155eb4c32f8691743ec63689bc5035804 100644 (file)
@@ -1,7 +1,8 @@
 \version "2.10.12"
 
 \header { texidoc = "
-The vertical positions of staff lines may be specified individually, by setting the @{line-positions@} property of the StaffSymbol.
+The vertical positions of staff lines may be specified individually, by
+setting the @{line-positions@} property of the StaffSymbol.
 " }
 
 \new Staff \relative c' {
index 17b403a3e1b7802e03b4b0df2ef7543d7b20559c..e2a9e5c514b30656f1b559e7424ebaaa54541cd8 100644 (file)
@@ -1,7 +1,8 @@
 \version "2.10.12"
 
 \header { texidoc = "
-The default font families for text can be overridden with @{make-pango-font-tree@}
+The default font families for text can be overridden with
+@{make-pango-font-tree@}
 " }
 
 \paper {
index 1e79eb6a3133d1a9ca9e9c6591763e8b5341e625..2020f68326e9ed829915b268282c5c391755330a 100644 (file)
@@ -3,7 +3,8 @@
 \header { texidoc = "
 Ambituses indicate pitch ranges for voices.
 
-Accidentals only show up if they're not part of key signature.  @{AmbitusNoteHead@} grobs also have ledger lines.
+Accidentals only show up if they're not part of key signature. 
+@{AmbitusNoteHead@} grobs also have ledger lines.
 " }
 
 \layout {
index 2fbc564bf2e0a5d845d79f88d706341c0ea8e2c3..e9c46d63104adb4c634f55145e9864b56205a3a4 100644 (file)
@@ -1,7 +1,9 @@
 \version "2.10.12"
 
 \header { texidoc = "
-With the @{\lyricsto@} mechanism, individual lyric lines can be associated with one melody line. For each lyric line, they can be tuned whether to follow melismata or not.
+With the @{\lyricsto@} mechanism, individual lyric lines can be
+associated with one melody line. For each lyric line, they can be tuned
+whether to follow melismata or not.
 " }
 
 <<