]> git.donarmstrong.com Git - lilypond.git/commitdiff
LSR updates from tarball - July 2012
authorPhil Holmes <mail@philholmes.net>
Sun, 15 Jul 2012 09:34:30 +0000 (10:34 +0100)
committerPhil Holmes <mail@philholmes.net>
Sun, 15 Jul 2012 11:08:54 +0000 (12:08 +0100)
53 files changed:
Documentation/snippets/ancient-headword.ly
Documentation/snippets/changing-the-breath-mark-symbol.ly
Documentation/snippets/changing-the-size-of-woodwind-diagrams.ly
Documentation/snippets/dynamics-custom-text-spanner-postfix.ly
Documentation/snippets/dynamics-text-spanner-postfix.ly
Documentation/snippets/editorial-headword.ly
Documentation/snippets/expressive-headword.ly
Documentation/snippets/figured-bass-headword.ly
Documentation/snippets/formatting-lyrics-syllables.ly
Documentation/snippets/graphical-and-text-woodwind-diagrams.ly
Documentation/snippets/hymn-template.ly
Documentation/snippets/making-some-staff-lines-thicker-than-the-others.ly
Documentation/snippets/page-label.ly
Documentation/snippets/partcombine-and-autobeamoff.ly
Documentation/snippets/percussion-beaters.ly
Documentation/snippets/positioning-arpeggios.ly
Documentation/snippets/positioning-fingering-indications-precisely.ly
Documentation/snippets/positioning-grace-note-beams-at-the-height-of-normal-note-beams.ly
Documentation/snippets/positioning-segno-and-coda-with-line-break.ly
Documentation/snippets/preventing-final-mark-from-removing-final-tuplet.ly
Documentation/snippets/printing-music-with-different-time-signatures.ly
Documentation/snippets/printing-note-names-with-and-without-an-octave-marker.ly
Documentation/snippets/printing-text-from-right-to-left.ly
Documentation/snippets/proportional-strict-notespacing.ly
Documentation/snippets/putting-lyrics-inside-the-staff.ly
Documentation/snippets/removing-connecting-bar-lines-on-staffgroup,-pianostaff,-or-grandstaff.ly
Documentation/snippets/rhythmic-slashes.ly
Documentation/snippets/separating-key-cancellations-from-key-signature-changes.ly
Documentation/snippets/setting-system-separators.ly
Documentation/snippets/showing-the-same-articulation-above-and-below-a-note-or-chord.ly
Documentation/snippets/simultaneous-headword.ly
Documentation/snippets/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly
Documentation/snippets/skips-in-lyric-mode-2.ly
Documentation/snippets/skips-in-lyric-mode.ly
Documentation/snippets/snap-pizzicato-or-bartok-pizzicato.ly
Documentation/snippets/stemlets.ly
Documentation/snippets/suppressing-warnings-for-clashing-note-columns.ly
Documentation/snippets/table-of-contents.ly
Documentation/snippets/three-sided-box.ly
Documentation/snippets/tick-bar-lines.ly
Documentation/snippets/time-signature-in-parentheses---method-3.ly
Documentation/snippets/time-signature-in-parentheses.ly
Documentation/snippets/transcription-of-ancient-music-with-incipit.ly
Documentation/snippets/using-ly-grob-object-to-access-grobs-with--tweak.ly
Documentation/snippets/using-the--tweak-command-to-tweak-individual-grobs.ly
Documentation/snippets/using-the-whiteout-property.ly
Documentation/snippets/vertical-line-as-a-baroque-articulation-mark.ly
Documentation/snippets/vertically-aligning-dynamics-across-multiple-notes.ly
Documentation/snippets/vertically-centered-common-lyrics.ly
Documentation/snippets/vertically-centering-paired-figured-bass-extenders.ly
Documentation/snippets/volta-multi-staff.ly
Documentation/snippets/volta-text-markup-using-repeatcommands.ly
Documentation/snippets/woodwind-diagrams-listing.ly

index 360be3f64fb80c55ca966c7ec8cfea8b1d284993..63fa60971de68af6956c5af1e46d302e48495b67 100644 (file)
   doctitle = "Ancient headword"
 } % begin verbatim
 
-
-#(set-global-staff-size 15)
-\paper {
-  ragged-right = ##t
-  line-width = 17\cm
-  indent = 0\cm
-}
-
-
-\header {
-  lsrtags = "headwords"
-  texidoc = ""
-  doctitle = "headword"
-}
-
 \include "gregorian.ly"
 
 \score {
index ac5db21ca0be07b649aa8ad8b618cf3aa1ee7991..ac44bac503d9413daa6ca42a7050244602e99bfe 100644 (file)
@@ -39,7 +39,7 @@ n'importe quelle indication textuelle.
 
 
   texidoc = "
-The glyph of the breath mark can be tuned by overriding the text
+The glyph of the breath mark can be tuned by overriding the @code{text}
 property of the @code{BreathingSign} layout object with any markup
 text.
 
@@ -47,10 +47,10 @@ text.
   doctitle = "Changing the breath mark symbol"
 } % begin verbatim
 
-
 \relative c'' {
   c2
-  \override BreathingSign #'text = \markup { \musicglyph #"scripts.rvarcomma" }
+  \override BreathingSign #'text =
+    \markup { \musicglyph #"scripts.rvarcomma" }
   \breathe
   d2
 }
index 7772932a8e8aa51ac52e4f552d07f4fa64ad3f8e..198a56144ae52b46d2771b77777d34cd99ea26e3 100644 (file)
@@ -19,12 +19,7 @@ posiciones para instrumentos de viento madera.
 "
 
   doctitlees = "Modificar el tamaño de los diagramas de viento madera"
-%%%    Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506
-
 
-  texidocde="
-Die Größe und Dicke der Holzbläserdiagramme kann geändert werden.
-"
 %%%    Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506
 
 
@@ -34,6 +29,7 @@ Die Größe und Dicke der Holzbläserdiagramme kann geändert werden.
 
   doctitlede = "Größe von Holzbläserdiagrammen ändern"
 
+
 %% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4
   texidocfr = "
 La taille et l'épaisseur des diagrammes de doigté pour bois est modifiable
index 84f07ed3415453d48190bbd8b08f84182b7a50eb..7a2dbc6fa4c26858dfa4d0e106f512c8fc8c2154 100644 (file)
@@ -20,6 +20,7 @@ comienzo del eobjeto de extensión se asignará a la nota siguiente.
 "
 
   doctitlees = "Objeto personalizado de extensión de texto de matices dinámicos postfijo"
+
 %%   Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506
 
 
index d7bdb49674dac2fc0ff2810827af47417660391b..8222ebddf5174a96f1f4a01b8970ac435890ae48 100644 (file)
@@ -23,6 +23,7 @@ extensores de texto de forma predeterminada.
 "
 
   doctitlees = "Objetos extensores de texto postfijos para dinámica"
+
 %%   Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506
 
 
index b185644c7bcafec1b7e1754a776e36253ba6de6f..d0dd525170a419ddc0a0216e1880977c732317fa 100644 (file)
@@ -19,21 +19,7 @@ Beethoven, Op. 31, No. 3 Piano sonata 18, Movt II, Scherzo Measures 9 -
   doctitle = "Editorial headword"
 } % begin verbatim
 
-
 \include "english.ly"
-#(set-global-staff-size 15)
-\paper {
-  ragged-right = ##t
-  line-width = 17\cm
-  indent = 0\cm
-}
-
-
-\header {
-  lsrtags = "headwords"
-  texidoc = ""
-  doctitle = "headword"
-}
 
 % NR 1.7 Editorial annotations
 
@@ -116,5 +102,4 @@ Beethoven, Op. 31, No. 3 Piano sonata 18, Movt II, Scherzo Measures 9 -
     c4
     r4
   }
-
 >>
index eb6b31b11ffdec8ea68a0cddea8d083452b12475..e318cc8a04967bea30a9b8a5665545891d0bc519 100644 (file)
@@ -17,11 +17,6 @@ Expressive headword
 } % begin verbatim
 
 \include "english.ly"
-#(set-global-staff-size 15)
-\paper {
-  line-width = 16\cm
-  indent = 0\cm
-}
 
 % NR 1.3 Expressive marks
 
index 45f6bab9b4008958084c33cdef604bc332050798..bbf6e6d8da830a9e8c98e1e5db6815d2fd0056ff 100644 (file)
@@ -16,13 +16,6 @@ Figured bass headword
   doctitle = "Figured bass headword"
 } % begin verbatim
 
-#(set-global-staff-size 15)
-\paper {
-  ragged-right = ##f
-  line-width = 16\cm
-  indent = 1.5\cm
-}
-
 % NR 2.7.3 Figured bass
 
 % Arcangelo Corelli, 12 Sonate da Camera, Op. 2
@@ -34,11 +27,8 @@ extendOn = \bassFigureExtendersOn
 extendOff = \bassFigureExtendersOff
 
 \score {
-
   \new StaffGroup <<
-
     \new GrandStaff <<
-
       \new Staff = "violinoI" {
         \set Staff.instrumentName = \markup {
           \line { Violino I. }
index 90a7e75cd4f68dcc07c5d7e50491f411689b1a00..ab1c3f2ecd2bfc9579bbe519821de1d110a60522 100644 (file)
@@ -16,6 +16,7 @@ individuales dentro de la letra.
 
 "
   doctitlees = "Dar formato a sílabas de la letra"
+
 %%%    Translation of GIT committish: f86f00c1a8de0f034ba48506de2801c074bd5422
   texidocde = "
 Textbeschriftungsmodus kann eingesetzt werden, um individuelle Silben im Gesangstext
@@ -23,6 +24,7 @@ zu formatieren.
 
 "
   doctitlede = "Silben im Gesangstext formatieren"
+
 %%  Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c
   texidocfr = "
 Le mode @emph{markup} permet d'individualiser la mise en forme de
index 2edbd3411b553c8fbd435fa18c082026edf7e511..4fc0a858d9f5002654e089ec945dd7e2b45d3153 100644 (file)
@@ -18,15 +18,7 @@ pueden presentar por el nombre de la llave así como de forma gráfica.
 "
 
   doctitlees = "Diagramas para viento madera gráficos y textuales"
-%%%    Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506
-
 
-  texidocde="
-In vielen Fällen können die nicht in der mittleren Reihe befindlichen
-Löcher dargestellt werden, indem man die Lochbezeichnung oder
-graphische Zeichen benutzt.
-
-"
 %%%    Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506
 
 
@@ -39,6 +31,7 @@ graphische Zeichen benutzt.
 
   doctitlede = "Graphische und Text-Holzbläserdiagramme"
 
+
 %% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454
   texidocfr = "
 Dans certains cas, vous pouvez opter pour l'affichage textuel d'une clé
index 3882ec08db6be8a3cb589dddec97dffdbf00f880..ee8e583f943308adccd22551d80ae713d5797ac5 100644 (file)
@@ -27,6 +27,7 @@ strofe come testo separato sotto la musica.
 
 "
   doctitleit = "Modello per inno"
+
 %%    Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506
 
   texidocde = "
index e17face260814e8ee0276615e580e939cc0494e2..b18494857f3dd28e352aeb290ac67452ba2f0d1e 100644 (file)
@@ -46,7 +46,7 @@ l'objet @code{StaffSymbol}.
 
 
   texidoc = "
-For pedagogical purposes, a staff line can be thickened (e.g., the
+For educational purposes, a staff line can be thickened (e.g., the
 middle line, or to emphasize the line of the G clef).  This can be
 achieved by adding extra lines very close to the line that should be
 emphasized, using the @code{line-positions} property of the
@@ -56,9 +56,9 @@ emphasized, using the @code{line-positions} property of the
   doctitle = "Making some staff lines thicker than the others"
 } % begin verbatim
 
-
 {
-  \override Staff.StaffSymbol #'line-positions = #'(-4 -2 -0.2 0 0.2 2 4)
+  \override Staff.StaffSymbol #'line-positions =
+    #'(-4 -2 -0.2 0 0.2 2 4)
   d'4 e' f' g'
 }
 
index 78c5996f2462ecc219854f0c197102078ec8d1c2..90d844359bbddbf2396eaf356e5a24a00be04608 100644 (file)
@@ -7,6 +7,8 @@
 \version "2.14.2"
 
 \header {
+  lsrtags = "spacing"
+
 %% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
   texidocfr = "
 Des références de page peuvent prendre place aussi bien dans la
@@ -15,8 +17,6 @@ musique qu'en tête de  partition, puis reprises dans un @emph{markup}.
 "
   doctitlefr = "Référencement de page"
 
-  lsrtags = "spacing"
-
   texidoc = "
 Page labels may be placed inside music or at top-level, and referred to
 in markups.
index f8c0786147889783d515577f877402360ddeb9e4..a2d27a4064ca9a34937e715201626655c3a23e3d 100644 (file)
@@ -47,6 +47,7 @@ necesario hacer tres llamadas a @code{\\autoBeamOff}.
 
 "
   doctitlees = "Partcombine y autoBeamOff"
+
 %%   Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506
 
   texidocde = "
@@ -78,6 +79,7 @@ wenn man es mit @code{\\partcombine} verwendet, muss @code{\\autoBeamOff}
 "
 doctitlede = "Partcombine und autoBeamOff"
 
+
 %% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
   texidocfr = "
 La fonction @code{\\autoBeamOff} dans le cadre d'un
index 2e573b834f2358fe57abec1349558d128a7d9b46..ce51cbcfcc1a5271ac3aef58f1a88340738911f7 100644 (file)
@@ -7,6 +7,8 @@
 \version "2.14.2"
 
 \header {
+  lsrtags = "percussion"
+
 %% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
   texidocfr = "
 La représentation graphique des instruments à percussion n'est pas prise
@@ -18,8 +20,6 @@ exemple.
 "
   doctitlefr = "Baguettes pour percussion"
 
-  lsrtags = "percussion"
-
   texidoc = "
 Graphic symbols for percussion instruments are not natively supported;
 however it is possible to include such symbols, either as an external
index 0e18bfa27be4736aaf22a7b8ae10710abeb36652..87e9b748315537dc17ddd95909bda1211f93f23e 100644 (file)
@@ -7,17 +7,8 @@
 \version "2.14.2"
 
 \header {
-%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
-  texidocfr = "
-L'ajustement de la taille d'une indication d'arpeggio s'effectue au
-travers du positionnement de ses extrémités haute ou basse.
-
-"
-  doctitlefr = "Positionnement des arpeggios"
-
   lsrtags = "expressive-marks, tweaks-and-overrides"
 
-
 %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
   texidoces = "
 Si necesitamos alargar o acortar un símbolo de arpegio, podemos
@@ -28,6 +19,14 @@ modificar independientemente los extremos superior e inferior.
 
 
 
+%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
+  texidocfr = "
+L'ajustement de la taille d'une indication d'arpeggio s'effectue au
+travers du positionnement de ses extrémités haute ou basse.
+
+"
+  doctitlefr = "Positionnement des arpeggios"
+
   texidoc = "
 If you need to extend or shorten an arpeggio, you can modify the upper
 and lower start positions independently.
index 617b8654c8527d20d9b5be19ac9f38bfc10bb2f3..3ca33e858122dbf4dac53214d80e9497e947be08 100644 (file)
@@ -7,6 +7,8 @@
 \version "2.14.2"
 
 \header {
+  lsrtags = "editorial-annotations"
+
 %% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
   texidocfr = "
 Les options par défaut en matière de positionnement des doigtés d'un
@@ -18,8 +20,6 @@ présentée permet d'obtenir un meilleur rendu.
 "
   doctitlefr = "Positionnement précis des indications de doigté"
 
-  lsrtags = "editorial-annotations"
-
   texidoc = "
 Generally the options available for positioning the fingering of chords
 work well by default, but if one of the indications needs to positioned
index 13f0c6d8d1b24c7ebfb3e06d0226a3802444c57c..586eb936fd9c867a007d2a8e9147758b565d4972 100644 (file)
@@ -7,20 +7,8 @@
 \version "2.14.2"
 
 \header {
-%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
-  texidocfr = "
-La ligature de notes se trouvant sur des lignes supplémentaires est
-généralement centrée sur la portée.  Les notes d'ornement ayant une
-hampe raccourcie, leur ligature peut se retrouver en dehors de la portée
-lorsqu'elles sont sur des lignes supplémentaires.  LilyPond permet de
-rallonger les hampes en pareil cas.
-
-"
-  doctitlefr = "Positionnement des ligatures de notes d'ornement à la hauteur de celles des notes normales"
-
   lsrtags = "rhythms"
 
-
 %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
   texidoces = "
 
@@ -35,6 +23,17 @@ barrado para las notas de adorno.
 
 
 
+%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
+  texidocfr = "
+La ligature de notes se trouvant sur des lignes supplémentaires est
+généralement centrée sur la portée.  Les notes d'ornement ayant une
+hampe raccourcie, leur ligature peut se retrouver en dehors de la portée
+lorsqu'elles sont sur des lignes supplémentaires.  LilyPond permet de
+rallonger les hampes en pareil cas.
+
+"
+  doctitlefr = "Positionnement des ligatures de notes d'ornement à la hauteur de celles des notes normales"
+
   texidoc = "
 When notes are placed on ledger lines, their beams are usually centred
 on the stave.  Grace notes beams are shorter and grace notes on ledger
index 0857f0b05945054b37e1c7a8f9a887509b1e19d4..e2640767474ea44c2dc8e2694ccaa2428d722bec 100644 (file)
@@ -7,6 +7,8 @@
 \version "2.14.2"
 
 \header {
+  lsrtags = "breaks, workaround, repeats, symbols-and-glyphs"
+
 %% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
   texidocfr = "
 Le code ci-dessous permet d'adjoindre à un signe @emph{segno} un texte
@@ -17,8 +19,6 @@ même, permet de laisser la @emph{coda} sur la même ligne.
 "
   doctitlefr = "Positionnement des segno et coda (avec saut de ligne)"
 
-  lsrtags = "breaks, workaround, repeats, symbols-and-glyphs"
-
   texidoc = "
 If you want to place an exiting segno sign and add text like @qq{D.S.
 al Coda} next to it where usually the staff lines are you can use this
index fe2fd988441209f6d0d76d43e11a4f633f9eaadd..c17638ee995fd0baa1b7b1bd9ca6a33a2e6d6c3c 100644 (file)
@@ -7,6 +7,8 @@
 \version "2.14.2"
 
 \header {
+  lsrtags = "rhythms"
+
 %% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
   texidocfr = "
 L'ajout d'une marque-repère en fin de pièce peut entraîner la perte de
@@ -16,8 +18,6 @@ la dernière indication de nolet.  La désactivation de @code{TupletBracket
 "
   doctitlefr = "Préservation de l'indication de nolet lors d'un repère final"
 
-  lsrtags = "rhythms"
-
   texidoc = "
 The addition of a final @code{mark} can result in the loss of a final
 tuplet marking.  This can be overcome by setting @code{TupletBracket
index ef42117bd8f305b89f35d2de7234ebbbf4fa48e6..2bd69e4fea5570e1f9ec7ed389aaacea783b2db9 100644 (file)
@@ -7,6 +7,8 @@
 \version "2.14.2"
 
 \header {
+  lsrtags = "contemporary-notation, rhythms, real-music, percussion, really-cool"
+
 %% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
   texidocfr = "
 Bien qu'ayant des métriques bien différentes, les deux parties
@@ -24,8 +26,6 @@ portée concernée permettra un affichage des numéros de mesure.
 "
   doctitlefr = "Impression de musique aux métriques différentes"
 
-  lsrtags = "contemporary-notation, rhythms, real-music, percussion, really-cool"
-
   texidoc = "
 In the following snippet, two parts have a completely different time
 signature, yet remain synchronized. The bar lines can no longer be
index ebe0299b8771ade2b0600a3216c6bfa566d1ae05..79e9720b84505e1690a0cef393a9013114eabef1 100644 (file)
@@ -7,18 +7,8 @@
 \version "2.14.2"
 
 \header {
-%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
-  texidocfr = "
-Le contexte @code{NoteNames} permet d'imprimer le nom des notes.  La
-propriété @code{printOctaveNames}, une fois activée, leur adjoindra une
-indication d'octave.
-
-"
-  doctitlefr = "Impression des noms de notes avec ou sans indication d'octave"
-
   lsrtags = "tweaks-and-overrides"
 
-
 %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
   texidoces = "
 Se puede usar el contexto @code{NoteNames} para imprimir el valor
@@ -30,6 +20,15 @@ desactiva la representación de la octava de las notas.
 
 
 
+%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
+  texidocfr = "
+Le contexte @code{NoteNames} permet d'imprimer le nom des notes.  La
+propriété @code{printOctaveNames}, une fois activée, leur adjoindra une
+indication d'octave.
+
+"
+  doctitlefr = "Impression des noms de notes avec ou sans indication d'octave"
+
   texidoc = "
 The @code{NoteNames} context can be used to print the text value of
 notes.  The @code{printOctaveNames} property turns on or off the
index 260014ccb1919b568ccfb4b062706109f7ed5c67..c2b9819424df018124810ad876e521d0dd4fe6d4 100644 (file)
@@ -7,6 +7,8 @@
 \version "2.14.2"
 
 \header {
+  lsrtags = "world-music, workaround, text, editorial-annotations"
+
 %% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
   texidocfr = "
 Du texte, inclus dans un objet @emph{markup}, peut s'imprimer de droite à
@@ -15,8 +17,6 @@ gauche, comme illustré ci-dessous.
 "
   doctitlefr = "Impression de texte de droite à gauche"
 
-  lsrtags = "world-music, workaround, text, editorial-annotations"
-
   texidoc = "
 It is possible to print text from right to left in a markup object, as
 demonstrated here.
index 3dbd7c51549ddc37eabcde26a994d7d8ce0ab8dd..8d42e045c8329dcf7395721bdcd39996a869b715 100644 (file)
@@ -7,6 +7,8 @@
 \version "2.14.2"
 
 \header {
+  lsrtags = "spacing, tweaks-and-overrides"
+
 %% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
   texidocfr = "
 Lorsque la propriété @code{strict-note-spacing} est activée,
@@ -17,8 +19,6 @@ tombe au même moment.  Ceci peut entraîner certaines collisions.
 "
   doctitlefr = "Espacement strictement proportionnel des notes"
 
-  lsrtags = "spacing, tweaks-and-overrides"
-
   texidoc = "
 If @code{strict-note-spacing} is set spacing of notes is not influenced
 by bars or clefs within a system. Rather, they are placed just before
index 71ee760f0821159aaa126ab4aeb69bc551d01fbd..1bbc1511c3a5a80c42593ca3a338b94b202e0b1f 100644 (file)
@@ -7,6 +7,8 @@
 \version "2.14.2"
 
 \header {
+  lsrtags = "staff-notation, text, vocal-music"
+
 %% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
   texidocfr = "
 Des paroles peuvent venir s'inscrire dans la portée même.  Ces paroles
@@ -18,8 +20,6 @@ s'obtenir qu'en procédant à tâtons.
 "
   doctitlefr = "Impression des paroles dans la portée"
 
-  lsrtags = "staff-notation, text, vocal-music"
-
   texidoc = "
 Lyrics can be moved vertically to place them inside the staff.  The
 lyrics are moved with @code{\\override LyricText #'extra-offset = #'(0
index 25e71a4826235ebae927af7f260e817866ae0d9b..7d485e8f163bb5a88f4f5df1060f8cb45a8d6f04 100644 (file)
@@ -7,19 +7,8 @@
 \version "2.14.2"
 
 \header {
-%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
-  texidocfr = "
-Les barres de mesure des regroupements @code{StaffGroup},
-@code{PianoStaff} et @code{GrandStaff} sont par défaut d'un seul tenant.
-La portion entre les portées peut néanmoins être supprimée, portée par
-portée.
-
-"
-  doctitlefr = "Suppression de la partie inter-portée des barres de mesure d'un regroupement autre que ChoirStaff"
-
   lsrtags = "tweaks-and-overrides, rhythms"
 
-
 %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
   texidoces = "
 De forma predeterminada, las líneas divisorias en los grupos
@@ -31,6 +20,16 @@ Se puede alterar este comportamiento pentagrama a pentagrama.
 
 
 
+%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
+  texidocfr = "
+Les barres de mesure des regroupements @code{StaffGroup},
+@code{PianoStaff} et @code{GrandStaff} sont par défaut d'un seul tenant.
+La portion entre les portées peut néanmoins être supprimée, portée par
+portée.
+
+"
+  doctitlefr = "Suppression de la partie inter-portée des barres de mesure d'un regroupement autre que ChoirStaff"
+
   texidoc = "
 By default, bar lines in StaffGroup, PianoStaff, or GrandStaff groups
 are connected between the staves.  This behaviour can be overridden on
index 00ce0d853d330a35452a03095ff55ad271307448..fe6797d5e0d5974f6867e7deaf18a45a4c46b745 100644 (file)
@@ -7,6 +7,8 @@
 \version "2.14.2"
 
 \header {
+  lsrtags = "tweaks-and-overrides, rhythms"
+
 %% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
   texidocfr = "
 Il arrive, dans une feuille de chant « simple », que les notes soient
@@ -24,8 +26,6 @@ correspond pas à la noire, le @code{r4} inclus dans la définition devra
 "
   doctitlefr = "Barres rythmiques"
 
-  lsrtags = "tweaks-and-overrides, rhythms"
-
   texidoc = "
 In @qq{simple} lead-sheets, sometimes no actual notes are written,
 instead only @qq{rhythmic patterns} and chords above the measures are
index 329df9747cc35e2f6e37bb482e3d461905cae4df..f6eb4f054d5a78d04845435cd32dfd8b3d24e64d 100644 (file)
@@ -7,6 +7,8 @@
 \version "2.14.2"
 
 \header {
+  lsrtags = "tweaks-and-overrides, pitches"
+
 %% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
   texidocfr = "
 Les altérations supprimées lors d'un changement de tonalité sont par
@@ -25,8 +27,6 @@ et non en début ou fin de ligne.
 "
   doctitlefr = "Séparation entre altérations annulées et nouvelle armure"
 
-  lsrtags = "tweaks-and-overrides, pitches"
-
   texidoc = "
 By default, the accidentals used for key cancellations are placed
 adjacent to those for key signature changes.  This behavior can be
index 76e2ab4a7afa8aaff7ee39e58f79b57ae668681a..78345b9f9fe95a2e4246c8e5fdc0f1063b729617 100644 (file)
@@ -7,18 +7,8 @@
 \version "2.14.2"
 
 \header {
-%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
-  texidocfr = "
-La séparation entre deux systèmes consécutifs peut être mise en
-évidence par n'importe quel @emph{markup}.  LilyPond dispose à cet effet
-d'une double oblique inversée : @code{\\slashSeparator}.
-
-"
-  doctitlefr = "Séparation visuelle entre les systèmes"
-
   lsrtags = "tweaks-and-overrides, paper-and-layout, staff-notation"
 
-
 %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
   texidoces = "
 Se pueden insertar separadores sistema entre los sistemas de una
@@ -31,6 +21,15 @@ predeterminada adecuada.
 
 
 
+%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
+  texidocfr = "
+La séparation entre deux systèmes consécutifs peut être mise en
+évidence par n'importe quel @emph{markup}.  LilyPond dispose à cet effet
+d'une double oblique inversée : @code{\\slashSeparator}.
+
+"
+  doctitlefr = "Séparation visuelle entre les systèmes"
+
   texidoc = "
 System separators can be inserted between systems.  Any markup can be
 used, but @code{\\slashSeparator} has been provided as a sensible
index 93cd42ff5be2098e87f64849bcd453a0d8a6b8ea..6f72c31fed6c54d38bcd2a91124c6521ce1406e8 100644 (file)
@@ -7,6 +7,8 @@
 \version "2.14.2"
 
 \header {
+  lsrtags = "expressive-marks, tweaks-and-overrides, version-specific"
+
 %% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
   texidocfr = "
 LilyPond ne permet pas, par défaut, qu'une même articulation (accent,
@@ -28,8 +30,6 @@ le positionnement habituel en surplomb :
 "
   doctitlefr = "Impression d'une même articulation des deux côtés d'une note ou d'un accord"
 
-  lsrtags = "expressive-marks, tweaks-and-overrides, version-specific"
-
   texidoc = "
 By default, LilyPond does not allow the same articulation (e.g., an
 accent, a fermata, a flageolet, etc.) to be displayed above and below a
index 636276605084ff850ade23f235b48fb74227aba7..01a7bf57e7280f0fd9aaf5758e9b18ba140d4fe9 100644 (file)
@@ -57,152 +57,48 @@ trillFlat =
 
     % RH voice 1
     \new Voice {
-
       \voiceOne
-      s4.
-      s8.
-
-      |
-
-      s4.
-      a''8 \p \> [ (
-      g''16 ] )
-
-      |
-
-      g''4.
-      af''8 [ (
-      g''16 ] )
-
-      |
-
-      g''8. [
-      g''8.
-      g''8. \pp ]
-
-      |
-
-      g''8. [
-      af''8.
-      af''8. ]
-
-      |
-
-      af''8. [
-      af''8.
-      af''8. ]
-
-      |
-      \break
-
+      s4. s8. |
+      s4. a''8[( \p \> g''16]) |
+      g''4. af''8[( g''16]) |
+      g''8.[ g''8. g''8.] \pp |
+      g''8.[ af''8.af''8.] |
+      af''8.[ af''8.af''8.] |
       \trillFlat
-      af''4. \startTrillSpan
-      ~
-      af''8.
-      ~
-
-      |
-
-      af''4.
-      ~
-      af''8.
-      ~
-
-      |
-
+      af''4.~ \startTrillSpan
+      af''8.~ |
+      af''4.~ af''8.~ |
       \oneVoice
-      <af'' d''>8. [
-      a''8. \p \<
-      bf''8. ]
-      ~
-
-      |
-
-      bf''8. [
-      b''8.
-      c'''8. ]
-      ~
-
+      <af'' d''>8.[ a''8. \p \< bf''8.]~ |
+      bf''8.[ b''8. c'''8.]~
       \bar "||"
-
       \key ef \major
-      c'''8. [
-      cs'''8. \f ] \stopTrillSpan
+      c'''8.[ cs'''8.] \f \stopTrillSpan
       r8.
-
     }
 
     % RH voice 2
     \new Voice {
       \voiceTwo
       \override Voice.TrillSpanner #'direction = #DOWN
-      d''4. \f \startTrillSpan
-      ~
-      d''8.
-      ~
-
-      |
-
-      d''4.
-      ~
-      d''8.
-      ~
-
-      |
-
+      d''4.~ \f \startTrillSpan
+      d''8.~ |
+      d''4.~ d''8.~ |
       d''8. \stopTrillSpan
       \trillFlat
-      d''4. \startTrillSpan
-      ~
-
-      |
-
-      d''4.
-      ~
-      d''8.
-      ~
-
-      |
-
-      d''4.
-      ~
-      d''8.
-      ~
-
-      |
-
-      d''4.
-      ~
-      d''8. \stopTrillSpan
-      ~
-
-      |
-
+      d''4.~ \startTrillSpan |
+      d''4.~ d''8.~ |
+      d''4.~ d''8.~ |
+      d''4.~ d''8.~ \stopTrillSpan |
       \trillFlat
-      d''4. \startTrillSpan
-      ~
-      d''8.
-      ~
-
-      |
-
-      d''4.
-      ~
-      d''8.
-      ~
-
-      |
-
+      d''4.~ \startTrillSpan
+      d''8. ~ |
+      d''4.~ d''8.~ |
       \once \override NoteColumn #'ignore-collision = ##t
       \hideNotes
       d''8. \stopTrillSpan
-      s4.
-
-      |
-
-      s8.
-      s8.
-
+      s4. |
+      s8. s8.
     }
 
   >>
@@ -212,108 +108,41 @@ trillFlat =
     \clef bass
     \key c \major
     \time 9/16
-
-    r8.
-    r8.
-    <c! c,!>8 [ (
-    <g, g,,>16 ] )
-
-    |
-
+    r8. r8. <c! c,!>8[( <g, g,,>16]) |
     <g, g,,>4.
     \clef treble
-    c''8 [ (
-    b'16 ] )
-
-    |
-
-    b'4.
-    c''8 [ (
-    b'16 ] )
-
-    |
-
-    b'8. [
-    b'8.
-    b'8. ]
-
-    |
-
-    b'8. [
-    bf'8. ]
+    c''8[( b'16]) |
+    b'4. c''8[( b'16]) |
+    b'8.[ b'8. b'8.] |
+    b'8.[ bf'8.]
     \clef bass
-    <f f,>8 [ (
-    <bf, bf,,>16 ] )
-
-    |
-
+    <f f,>8[( <bf, bf,,>16]) |
     <bf, bf,,>4.
     \clef treble
-    f'8 [ (
-    bf16 ] )
-
-    |
-
+    f'8[( bf16]) |
     <<
-
       \new Voice {
         \voiceOne
         \override Voice.TrillSpanner #'direction = #UP
-        f'4. \startTrillSpan
-        ~
-        f'8.
-        ~
-
-        |
-
-        f'4.
-        ~
-        f'8.
-        ~
-
-        |
-
+        f'4.~ \startTrillSpan
+        f'8.~ |
+        f'4.~ f'8.~ |
         f'8. \stopTrillSpan
       }
-
       \new Voice {
         \voiceTwo
         \override Voice.TrillSpanner #'direction = #DOWN
-        bf8. [
-        bf8.
-        bf8. ]
-
-        |
-
-        bf8. [
-        bf8.
-        bf8. ]
-
-        |
-
+        bf8.[ bf8. bf8.] |
+        bf8.[ bf8. bf8.] |
         bf8.
       }
-
     >>
-
     \oneVoice
-    r8.
-    r8.
-
-    |
-
-    r8.
-    r8.
-    r8.
+    r8. r8. |
+    r8. r8. r8.
     \clef bass
-
     |
-
     \key ef \major
-    r8.
-    r8.
-    r8.
-
+    r8. r8. r8.
   }
-
 >>
index 5e63f855883c46778b41c03558c48df9d48bca73..0bf3aee7f701ab374865a25810cd67c228600086 100644 (file)
@@ -7,17 +7,8 @@
 \version "2.14.2"
 
 \header {
-%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
-  texidocfr = "
-Ce canevas comporte, en plus de la mélodie, des paroles et des accords,
-les diagrammes de fret.
-
-"
-  doctitlefr = "Paroles musique accords et diagrammes de fret"
-
   lsrtags = "chords, vocal-music, template"
 
-
 %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
   texidoces = "
 Presentamos a continuación un ejemplo de plantilla para una hoja
@@ -27,6 +18,14 @@ trastes.
 
   doctitlees = "Plantilla para un pentagrama único con música letra acordes y trastes"
 
+%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
+  texidocfr = "
+Ce canevas comporte, en plus de la mélodie, des paroles et des accords,
+les diagrammes de fret.
+
+"
+  doctitlefr = "Paroles musique accords et diagrammes de fret"
+
   texidoc = "
 Here is a simple lead sheet template with melody, lyrics, chords and
 fret diagrams.
index 3442c923506391eefe42491b87bcb2d7cb1f5811..d2e155dd413b138dd1e41671797545c8f62396ac 100644 (file)
@@ -7,6 +7,8 @@
 \version "2.14.2"
 
 \header {
+  lsrtags = "really-simple, rhythms, vocal-music"
+
 %% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
   texidocfr = "
 Sachant qu'un @code{s} au sein d'un bloc @code{\\lyricmode} est
@@ -17,8 +19,6 @@ souligné simple (@code{_}) permet de « sauter » une note.
 "
   doctitlefr = "Sauts de notes en mode paroles (2)"
 
-  lsrtags = "really-simple, rhythms, vocal-music"
-
   texidoc = "
 Although @code{s} skips cannot be used in @code{\\lyricmode} (it is
 taken to be a literal @qq{s}, not a space), double quotes (@code{\"\"})
index 9516ed307a210d5677fbd8e7d9f398542cde42d6..5f8e5a1dc273be1975f0695c3444d84897a60268 100644 (file)
@@ -7,6 +7,8 @@
 \version "2.14.2"
 
 \header {
+  lsrtags = "really-simple, rhythms, vocal-music"
+
 %% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
   texidocfr = "
 La syntaxe @code{s} qui permet de « faire un saut dans le temps » n'est
@@ -17,8 +19,6 @@ produit les mêmes effets.
 "
   doctitlefr = "Sauts de notes en mode paroles"
 
-  lsrtags = "really-simple, rhythms, vocal-music"
-
   texidoc = "
 The @code{s} syntax for skips is only available in note mode and chord
 mode. In other situations, for example, when entering lyrics, using the
index 17c5b2d77fbdf6e28848b8030442b8003cb37182..4fc7b2db9c0f9bcbbab3b2b0f11a52f5b9a5f21d 100644 (file)
@@ -7,6 +7,8 @@
 \version "2.14.2"
 
 \header {
+  lsrtags = "expressive-marks, unfretted-strings"
+
 %% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
   texidocfr = "
 Un @emph{slap}, aussi appelé @emph{pizzicato à la Bartók}, est un
@@ -19,8 +21,6 @@ flanqué d'un trait vertical.
 "
   doctitlefr = "Slap ou pizzicato Bartok"
 
-  lsrtags = "expressive-marks, unfretted-strings"
-
   texidoc = "
 A snap-pizzicato (also known as @qq{Bartok pizzicato}) is a @qq{strong
 pizzicato where the string is plucked vertically by snapping and
index 9b6536868d1c8df00b5907f0226837dc1eab6224..276526f730a53d30f9aadfc5da8703c6b28d2f9a 100644 (file)
@@ -7,6 +7,8 @@
 \version "2.14.2"
 
 \header {
+  lsrtags = "contemporary-notation, rhythms"
+
 %% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
   texidocfr = "
 Certaines conventions en matière de notation autorisent les ligatures à
@@ -26,8 +28,6 @@ différentes notations.
 "
   doctitlefr = "Moignons de hampe"
 
-  lsrtags = "contemporary-notation, rhythms"
-
   texidoc = "
 In some notational conventions beams are allowed to extend over rests.
 Depending on preference, these beams may drop 'stemlets' to help the
index a74f5f5f4c9af9ef4bdf557895e59cb6b025a1cb..ab0559dfbf24c92d790388c0034a7f871464ae36 100644 (file)
@@ -7,6 +7,8 @@
 \version "2.14.2"
 
 \header {
+  lsrtags = "tweaks-and-overrides, simultaneous-notes"
+
 %% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
   texidoc = "
 Lorsque des notes simultanées appartenant à des voix différentes ont la
@@ -23,8 +25,6 @@ désagréments si vous en abusez.
 "
   doctitlefr = "Suppression des avertissements de chevauchement"
 
-  lsrtags = "tweaks-and-overrides, simultaneous-notes"
-
   texidoc = "
 If notes from two voices with stems in the same direction are placed at
 the same position, and both voices have no shift or the same shift
index abcdcf3b8b3456920e55dd83bee0a51c042ab900..b0238b2c7070cb92a6d9c7a82dae73c1fd85e89d 100644 (file)
@@ -7,6 +7,8 @@
 \version "2.15.40"
 
 \header {
+  lsrtags = "paper-and-layout"
+
 %% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f
   texidocfr = "
 L'instruction @code{\\markuplist \\table-of-contents} permet d'inclure
@@ -16,8 +18,6 @@ commande @code{\\tocItem}.
 "
   doctitlefr = "Table des matières"
 
-  lsrtags = "paper-and-layout"
-
   texidoc = "
 A table of contents is included using @code{\\markuplist
 \\table-of-contents}.  The TOC items are added with the
index 240ee95b3a218ecec3b97dbce93ae23bed51a121..dd5771c7b5370cf1fee4b232b7659ea7ee90a9ef 100644 (file)
@@ -7,6 +7,8 @@
 \version "2.14.2"
 
 \header {
+  lsrtags = "rhythms, text, scheme-language"
+
 %% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f
   texidocfr = "
 Voici comment construire une commande de @emph{markup} chargée
@@ -16,8 +18,6 @@ côtés.
 "
   doctitlefr = "Encadrement sur trois côtés"
 
-  lsrtags = "rhythms, text, scheme-language"
-
   texidoc = "
 This example shows how to add a markup command to get a three sided box
 around some text (or other markup).
index a682f3e1204fcc05a806d03d0a39f97ca0d1980e..269632891f775cc823e3e07910b0e0650e43e639 100644 (file)
@@ -7,6 +7,8 @@
 \version "2.14.2"
 
 \header {
+  lsrtags = "staff-notation"
+
 %% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f
   texidocfr = "
 Lorsque les barres de mesure ne sont là que dans un but de coordination
@@ -16,8 +18,6 @@ présentent sous la forme d'une simple encoche.
 "
   doctitlefr = "Barre de mesure en encoche"
 
-  lsrtags = "staff-notation"
-
   texidoc = "
 'Tick' bar lines are often used in music where the bar line is used
 only for coordination and is not meant to imply any rhythmic stress.
index d316ebede5352896260a4bd87d40d6c7d4157541..b64120e7b0c9fbffdf17aaf7ca14b2f5effee42f 100644 (file)
@@ -7,6 +7,8 @@
 \version "2.14.2"
 
 \header {
+  lsrtags = "specific-notation, tweaks-and-overrides, staff-notation"
+
 %% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f
   texidocfr = "
 Autre manière de mettre la métrique entre parenthèses.
@@ -14,8 +16,6 @@ Autre manière de mettre la métrique entre parenthèses.
 "
   doctitlefr = "Métrique entre parenthèses - méthode 3"
 
-  lsrtags = "specific-notation, tweaks-and-overrides, staff-notation"
-
   texidoc = "
 Another way to put the time signature in parenthesis
 
index 2df65c5e7f9f479b93e85fabbb208a09c397ecf5..57b3cb23808a3fb1608a0d54b43a0dacbf2fd883 100644 (file)
@@ -7,6 +7,8 @@
 \version "2.14.2"
 
 \header {
+  lsrtags = "specific-notation, tweaks-and-overrides, staff-notation"
+
 %% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f
   texidocfr = "
 Une métrique peut être mise entre parenthèses.
@@ -14,8 +16,6 @@ Une métrique peut être mise entre parenthèses.
 "
   doctitlefr = "Métrique entre parenthèses"
 
-  lsrtags = "specific-notation, tweaks-and-overrides, staff-notation"
-
   texidoc = "
 The time signature can be enclosed within parentheses.
 
index ef1702d73af9716c41d06ce7423508c0abb7ff0d..fe114362c9845b4307c37bd20daea7ce0eef48dd 100644 (file)
@@ -7,21 +7,8 @@
 \version "2.14.2"
 
 \header {
-%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f
-  texidocfr = "
-Voici une méthode alternative pour ajouter un @emph{incipit}
-indépendamment de la partition principale.  Pour ce faire, il est inclus
-sous forme de @emph{markup} dans le champ dévolu au nom d'instrument.
-Les paroles ne peuvent, à ce jour, être ajoutées que sous forme
-d'annotation directe, ce qui donne un espacement des paroles loin
-d'égaler celui de la partition réelle.
-
-"
-  doctitlefr = "Transcription de musique ancienne avec incipit"
-
   lsrtags = "specific-notation, tweaks-and-overrides, workaround, ancient-notation"
 
-
 %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
   texidoces = "
 A modo de alternativa para obtener auténticos «incipit»
@@ -34,6 +21,18 @@ análogo al de la letra principal.
 "
   doctitlees = "Transcripción de música antigua con incipit"
 
+%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f
+  texidocfr = "
+Voici une méthode alternative pour ajouter un @emph{incipit}
+indépendamment de la partition principale.  Pour ce faire, il est inclus
+sous forme de @emph{markup} dans le champ dévolu au nom d'instrument.
+Les paroles ne peuvent, à ce jour, être ajoutées que sous forme
+d'annotation directe, ce qui donne un espacement des paroles loin
+d'égaler celui de la partition réelle.
+
+"
+  doctitlefr = "Transcription de musique ancienne avec incipit"
+
   texidoc = "
 As a workaround to get real incipits which are independent from the
 main score these are included as a markup into the field normally used
index a02f95dde42faeb69f6e3a7bb5604fe64f47ba5f..ac92ccdc0a2f675604e436f1d1c312012c563961 100644 (file)
@@ -7,38 +7,8 @@
 \version "2.14.2"
 
 \header {
-%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f
-  texidocfr = "
-Certains objets graphiques ne sont accessibles que par le biais d'un
-@emph{callback} à partir d'un autre @code{grob}.  Ils sont normalement
-listés dans les « @emph{layout objects} » au sein de la section
-« Propriétés internes » d'une @emph{grob-interface}.  La fonction
-@code{ly:grob-object} permet d'accéder à ces objets.
-
-Voici plusieurs moyens d'accéder aux objets par un @emph{callback} sur
-@code{NoteHead}.  D'autres biais sont naturellement possible ;
-@code{NoteHead} a cependant l'avantage incontestable d'être utilisé
-implicitement par la commande @code{\\tweak}.
-
-La fonction @code{display-grobs} définie ci-dessous n'est probablement
-pas très utile.  Elle indique toutefois qu'il est tout à fait possible
-d'accéder aux objets.
-
-Voici par exemple ce qui sera émis dans la console :
-
-@example
---------------------
-#<Grob Accidental >
-#<Grob Arpeggio >
-#<Grob Stem >
-@end example
-
-"
-  doctitlefr = "Utilisation de ly:grob-object pour accéder aux grobs avec \\tweak"
-
   lsrtags = "devel, tweaks-and-overrides, scheme-language"
 
-
 %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
 
   texidoces = "
@@ -79,6 +49,35 @@ Salida de ejemplo de la consola:
   doctitlees = "Utilizar ly:grob-object para acceder a los grobs con \\tweak"
 
 
+%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f
+  texidocfr = "
+Certains objets graphiques ne sont accessibles que par le biais d'un
+@emph{callback} à partir d'un autre @code{grob}.  Ils sont normalement
+listés dans les « @emph{layout objects} » au sein de la section
+« Propriétés internes » d'une @emph{grob-interface}.  La fonction
+@code{ly:grob-object} permet d'accéder à ces objets.
+
+Voici plusieurs moyens d'accéder aux objets par un @emph{callback} sur
+@code{NoteHead}.  D'autres biais sont naturellement possible ;
+@code{NoteHead} a cependant l'avantage incontestable d'être utilisé
+implicitement par la commande @code{\\tweak}.
+
+La fonction @code{display-grobs} définie ci-dessous n'est probablement
+pas très utile.  Elle indique toutefois qu'il est tout à fait possible
+d'accéder aux objets.
+
+Voici par exemple ce qui sera émis dans la console :
+
+@example
+--------------------
+#<Grob Accidental >
+#<Grob Arpeggio >
+#<Grob Stem >
+@end example
+
+"
+  doctitlefr = "Utilisation de ly:grob-object pour accéder aux grobs avec \\tweak"
+
   texidoc = "
 Some grobs can be accessed @qq{laterally} from within another grob's
 callback. These are usually listed as @qq{layout objects} in the
index 0e9894dd3a5058e537a6a8c4a29980e47c9d642f..671c93e758e2edb79a7c2688b0a0435e10e0c791 100644 (file)
@@ -7,6 +7,8 @@
 \version "2.14.2"
 
 \header {
+  lsrtags = "really-simple, tweaks-and-overrides"
+
 %% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f
   texidocfr = "
 La commande @code{\\tweak} permet de retoucher directement n'importe
@@ -15,8 +17,6 @@ quel objet graphique.  En voici quelques exemples :
 "
   doctitlefr = "Utilisation de \\tweak pour retoucher des objets particuliers"
 
-  lsrtags = "really-simple, tweaks-and-overrides"
-
   texidoc = "
 With the @code{\\tweak} command, every grob can be tuned directly.
 Here are some examples of available tweaks.
index 50e9637bfcfbb8f93f90ec504a0472cca6be0a74..123b3dd4e02716c257c8e1c96944fa07d379b42d 100644 (file)
@@ -7,30 +7,8 @@
 \version "2.14.2"
 
 \header {
-%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f
-  texidocfr = "
-Tout objet graphique peut s'imprimer sur un fond blanc afin de masquer
-une partie des objets qu'il recouvre.  Ceci trouve toute son utilité
-pour améliorer certaines collisions, notamment dans des situations où un
-repositionnement d'objets est irréaliste.  Il faut alors explicitement
-définir la propriété @code{layer} afin de contrôler quels objets seront
-masqués par le fond blanc.
-
-Dans l'exemple ci-dessous, la liaison est en collision avec la
-métrique ; la situation est améliorée dès lors que la portion de liaison
-qui traverse la métrique est masquée par l'affectation de la propriété
-@code{whiteout} à l'objet @code{TimeSignature}.  Pour ce faire,
-@code{TimeSignature} est déplacé sur un calque au-dessus de celui de
-@code{Tie} -- il reste sur le calque par défaut (1) --, puis le
-@code{StaffSymbol} est placé sur un calque supérieur à celui de
-@code{TimeSignature} pour ne pas être masqué.
-
-"
-  doctitlefr = "Utilisation de la propriété whiteout"
-
   lsrtags = "expressive-marks, editorial-annotations"
 
-
 %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
 
   texidoces = "
@@ -56,6 +34,27 @@ enmascarada.
 
   doctitlees = "Uso de la propiedad whiteout"
 
+%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f
+  texidocfr = "
+Tout objet graphique peut s'imprimer sur un fond blanc afin de masquer
+une partie des objets qu'il recouvre.  Ceci trouve toute son utilité
+pour améliorer certaines collisions, notamment dans des situations où un
+repositionnement d'objets est irréaliste.  Il faut alors explicitement
+définir la propriété @code{layer} afin de contrôler quels objets seront
+masqués par le fond blanc.
+
+Dans l'exemple ci-dessous, la liaison est en collision avec la
+métrique ; la situation est améliorée dès lors que la portion de liaison
+qui traverse la métrique est masquée par l'affectation de la propriété
+@code{whiteout} à l'objet @code{TimeSignature}.  Pour ce faire,
+@code{TimeSignature} est déplacé sur un calque au-dessus de celui de
+@code{Tie} -- il reste sur le calque par défaut (1) --, puis le
+@code{StaffSymbol} est placé sur un calque supérieur à celui de
+@code{TimeSignature} pour ne pas être masqué.
+
+"
+  doctitlefr = "Utilisation de la propriété whiteout"
+
   texidoc = "
 Any graphical object can be printed over a white background to mask
 parts of objects that lie beneath.  This can be useful to improve the
index 0849856fdd9c9533923d7e210056c236ba34b470..a4df6718b533273e15120047a743909c9fd4bfc4 100644 (file)
@@ -7,6 +7,8 @@
 \version "2.14.2"
 
 \header {
+  lsrtags = "expressive-marks, ancient-notation"
+
 %% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f
   texidocfr = "
 On trouve régulièrement, en musique baroque, cette courte ligne
@@ -17,8 +19,6 @@ particulier.
 "
   doctitlefr = "Articulation baroque en forme de coche"
 
-  lsrtags = "expressive-marks, ancient-notation"
-
   texidoc = "
 This short vertical line placed above the note is commonly used in
 baroque music.  Its meaning can vary, but generally indicates notes
index e0f2a69acfd1c9e0a025fc97bac0bc0489f9fe3a..aadce82b39009a2275923a9133ce2cb329f8067c 100644 (file)
@@ -7,19 +7,8 @@
 \version "2.14.2"
 
 \header {
-%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f
-  texidocfr = "
-Des nuances qui commencent, finissent ou se produisent sur une même note
-auront le même alignement vertical.  L'augmentation de la propriété
-@code{staff-padding} de l'objet @code{DynamicLineSpanner} permet
-d'aligner différentes nuances affectées à différentes notes.
-
-"
-  doctitlefr = "Alignement vertical des nuances sur plusieurs notes"
-
   lsrtags = "expressive-marks"
 
-
 %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
   texidoces = "
 Las expresiones dinámicas que se comienzan, terminan o se producen
@@ -31,6 +20,16 @@ objeto @code{DynamicLineSpanner}.
 "
   doctitlees = "Alinear verticalmente expresiones dinámicas que abarcan varias notas"
 
+%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f
+  texidocfr = "
+Des nuances qui commencent, finissent ou se produisent sur une même note
+auront le même alignement vertical.  L'augmentation de la propriété
+@code{staff-padding} de l'objet @code{DynamicLineSpanner} permet
+d'aligner différentes nuances affectées à différentes notes.
+
+"
+  doctitlefr = "Alignement vertical des nuances sur plusieurs notes"
+
   texidoc = "
 Dynamics that occur at, begin on, or end on the same note will be
 vertically aligned.  To ensure that dynamics are aligned when they do
index b44e90e55323a09e79ba3a79ba0d3bc0c846b8ad..29cb90364b90d4e5cf66fd9f2cf96456e8476c5f 100644 (file)
@@ -7,6 +7,8 @@
 \version "2.14.2"
 
 \header {
+  lsrtags = "vocal-music"
+
 %% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f
   texidocfr = "
 Il arrive, dans certaines partitions vocales, que quelques paroles
@@ -16,8 +18,6 @@ présenter verticalement centrée, comme dans l'exemple suivant.
 "
   doctitlefr = "Centrage vertical de paroles communes"
 
-  lsrtags = "vocal-music"
-
   texidoc = "
 In a vocal piece where there are several (two,four or more) lines of
 lyrics, and common lyrics for all voices at some point, these common
index df2a025e0a854dc1ae53da6e526eb3d8175dbd1d..a8912c77481afa7b56c397898b5f3eec9018def2 100644 (file)
@@ -7,21 +7,8 @@
 \version "2.14.2"
 
 \header {
-%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f
-  texidocfr = "
-L'activation de la propriété @code{useBassFigureExtenders} permet
-d'afficher des lignes de prolongation pour les chiffres qui se répètent.
-Deux chiffres prolongés sur la même durée se verront affublés d'un
-unique prolongateur, verticalement centré entre eux, dès lors que la
-propriété @code{figuredBassCenterContinuations} aura elle aussi été
-activée.
-
-"
-  doctitlefr = "Prolongateur commun de basse figurée"
-
   lsrtags = "tweaks-and-overrides, chords"
 
-
 %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
   texidoces = "
 Allí donde se utilicen líneas extensoras para el bajo cifrado mediante
@@ -35,6 +22,18 @@ tiene el valor verdadero.
 
 
 
+%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f
+  texidocfr = "
+L'activation de la propriété @code{useBassFigureExtenders} permet
+d'afficher des lignes de prolongation pour les chiffres qui se répètent.
+Deux chiffres prolongés sur la même durée se verront affublés d'un
+unique prolongateur, verticalement centré entre eux, dès lors que la
+propriété @code{figuredBassCenterContinuations} aura elle aussi été
+activée.
+
+"
+  doctitlefr = "Prolongateur commun de basse figurée"
+
   texidoc = "
 Where figured bass extender lines are being used by setting
 @code{useBassFigureExtenders} to true, pairs of congruent figured bass
index 68b2a9fea7fd113dfb998402b8145c495425ca88..4323cc16170c35177079fc76d8ee5f9ffc1a2c06 100644 (file)
@@ -7,6 +7,8 @@
 \version "2.14.2"
 
 \header {
+  lsrtags = "really-simple, staff-notation, repeats"
+
 %% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f
   texidocfr = "
 L'ajout du @code{Volta_engraver} à la portée appropriée permet de
@@ -16,8 +18,6 @@ sur la portée supérieure de la partition.
 "
   doctitlefr = "Volta multiportée"
 
-  lsrtags = "really-simple, staff-notation, repeats"
-
   texidoc = "
 By adding the @code{Volta_engraver} to the relevant staff, volte can be
 put over staves other than the topmost one in a score.
index 4c2350c9f51433bd28ba12113208e049d84c3498..256aab25b9e63c604d6a9e34401a512e21f80d3b 100644 (file)
@@ -7,6 +7,8 @@
 \version "2.14.2"
 
 \header {
+  lsrtags = "text, repeats, symbols-and-glyphs"
+
 %% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f
   texidocfr = "
 La commande @code{\\repeat volta} permet d'indiquer facilement des
@@ -24,8 +26,6 @@ début et de fin de reprise peuvent s'ajouter séparément à la liste des
 "
   doctitlefr = "Indication de reprise avec texte grâce à repeatCommands"
 
-  lsrtags = "text, repeats, symbols-and-glyphs"
-
   texidoc = "
 Though volte are best specified using @code{\\repeat volta}, the
 context property @code{repeatCommands} must be used in cases where the
index 88b421333d555317f003ffd8e30d0886524fd093..596901fcc6ea289d7cc20226695f5c89f27a556b 100644 (file)
@@ -17,14 +17,7 @@ el momento.
 
 "
   doctitlees = "Listado de los diagramas para viento madera"
-%%%    Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506
-
-
-  texidocde="
-Folgende Noten zeige alle Holzbläserdiagramme, die für LilyPond
-definiert sind.
 
-"
 %%%    Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506
 
 
@@ -35,6 +28,7 @@ definiert sind.
 "
   doctitlede = "Liste der Holzbläserdiagramme"
 
+
 %% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f
   texidocfr = "
 Voici les différents instruments à vent de la section des bois pour