]> git.donarmstrong.com Git - lilypond.git/commitdiff
Run convert-ly and update manual for syntax changes
authorJohn Mandereau <john.mandereau@gmail.com>
Sun, 27 Jan 2008 15:28:24 +0000 (16:28 +0100)
committerJohn Mandereau <john.mandereau@gmail.com>
Sun, 27 Jan 2008 15:28:24 +0000 (16:28 +0100)
70 files changed:
Documentation/de/user/ancient.itely
Documentation/de/user/putting.itely
Documentation/de/user/templates.itely
Documentation/de/user/tutorial.itely
Documentation/de/user/working.itely
Documentation/es/user/ancient.itely
Documentation/es/user/educational.itely
Documentation/es/user/putting.itely
Documentation/es/user/templates.itely
Documentation/es/user/text.itely
Documentation/es/user/tutorial.itely
Documentation/es/user/working.itely
Documentation/fr/user/ancient.itely
Documentation/fr/user/educational.itely
Documentation/fr/user/fundamental.itely
Documentation/fr/user/text.itely
Documentation/fr/user/tutorial.itely
Documentation/fr/user/working.itely
Documentation/user/README.txt
Documentation/user/ancient.itely
Documentation/user/fundamental.itely
Documentation/user/pitches.itely
Documentation/user/rhythms.itely
Documentation/user/templates.itely
Documentation/user/text.itely
Documentation/user/tutorial.itely
Documentation/user/tweaks.itely
Documentation/user/working.itely
input/bach-schenker.ly
input/cary-layout.ly
input/cary.ly
input/example-1.ly
input/example-2.ly
input/example-3.ly
input/les-nereides.ly
input/manual/chord-names-jazz.ly
input/manual/chord-names-languages.ly
input/manual/divisiones.ly
input/manual/editorial-headword.ly
input/manual/expressive-headword.ly
input/manual/font-table.ly
input/manual/note-head-style.ly
input/manual/pitches-headword.ly
input/manual/repeats-headword.ly
input/manual/rhythms-headword.ly
input/manual/screech-boink.ly
input/manual/script-chart.ly
input/manual/simultaneous-headword.ly
input/manual/staff-headword.ly
input/manual/text-headword.ly
input/mutopia-header.ly
input/mutopia/E.Satie/petite-ouverture-a-danser.ly
input/mutopia/F.Schubert/morgenlied.ly
input/mutopia/F.Schubert/standchen.ly
input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
input/mutopia/J.S.Bach/bwv940.ly
input/mutopia/J.S.Bach/wtk1-fugue2.ly
input/mutopia/R.Schumann/romanze-op28-2.ly
input/mutopia/W.A.Mozart/mozart-hrn-3.ly
input/proportional.ly
input/puer-fragment.ly
input/regression/allfontstyle.ily
input/regression/backend-excercise.ly
input/regression/break.ly
input/regression/clefs.ly
input/regression/easy-notation.ly
input/regression/lyric-combine.ly
input/regression/lyrics-no-notes.ly
input/regression/markup-scheme.ly
input/regression/non-empty-text.ly

index 9b0162fa0c68a9109536767bad347f77e5bc8060..485440b494fa690e366b7a4f835b0f28eb15fa15 100644 (file)
@@ -179,7 +179,7 @@ und Versetzungszeichen für die Alte Musik ausgewählt werden.
 @lilypond[quote,ragged-right,staffsize=26]
 \score {
 {
-  \fatText
+  \textLengthOn
   s^\markup {
     \column {
       "vaticana"
@@ -621,7 +621,7 @@ Im folgenden Beispiel sind die unterschiedlichen Stile dargestellt.
 
 @lilypond[ragged-right,fragment,relative=1,quote]
 {
-  \fatText
+  \textLengthOn
 
   \time 2/2
   c1^\markup { \hspace #-2.0 \typewriter default }
index 9097a10fe9d7d611e4c3ac409770c6ac8109dcfd..54dc2e3893e07c4271fcedd0513da6c06858ae51 100644 (file)
@@ -36,7 +36,7 @@ Cello notieren. In diesem Fall beginnen Sie mit
  @qq{Noten und Text} (für die Sopranstimme).
 
 @example
-\version "2.11.23"
+\version "2.11.38"
 melodie = \relative c' @{
   \clef treble
   \key c \major
@@ -66,7 +66,7 @@ Jetzt wollen wir die Cellostimme hinzufügen. Schauen wir uns das
 @qq{Nur Noten}-Beispiel an:
 
 @example
-\version "2.11.23"
+\version "2.11.38"
 melodie = \relative c' @{
   \clef treble
   \key c \major
@@ -106,7 +106,7 @@ Wir setzen hier auch ein paar andere Noten für das Cello.
 
 
 @example
-\version "2.11.23"
+\version "2.11.38"
 sopranNoten = \relative c' @{
   \clef treble
   \key c \major
@@ -181,7 +181,7 @@ Unordnung geraden. Aber das ist einfach wieder hergestellt. Hier die
 vollständige Vorlage für Sopran und Cello:
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 sopranoMusic = \relative c' {
   \clef treble
   \key c \major
index a6a3e26191a9e8c707b6861500b514b35444a504..944816c222c52ec7c5d3b68ecdf7db2d3105f22a 100644 (file)
@@ -37,7 +37,7 @@ Sie es in Ihre Datei ein, schreiben Sie die Noten hinzu, und Sie haben
 eine vollständige Notationsdatei.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 melody = \relative c' {
    \clef treble
    \key c \major
@@ -64,7 +64,7 @@ Wenn Sie die Balken wieder einschalten wollen, müssen Sie die
 entsprechende Zeile entweder ändern oder auskommentieren.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 melody = \relative c' {
    \clef treble
    \key c \major
@@ -96,7 +96,7 @@ Wollen Sie ein Liedblatt mit Melodie und Akkorden schreiben? Hier ist
 das richtige Beispiel für Sie!
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 melody = \relative c' {
    \clef treble
    \key c \major
@@ -130,7 +130,7 @@ Mit diesem Beispiel können Sie einen Song mit Melodie,
 Text und Akkorden schreiben.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 melody = \relative c' {
    \clef treble
    \key c \major
@@ -171,7 +171,7 @@ harmonies = \chordmode {
 Hier kommt ein einfaches Klaviersystem.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 upper = \relative c'' {
    \clef treble
    \key c \major
@@ -205,7 +205,7 @@ Das nächste Beispiel ist typisch für ein Lied: Im oberen System die
 Melodie mit Text, darunter Klavierbegleitung.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 melody = \relative c'' {
    \clef treble
    \key c \major
@@ -262,7 +262,7 @@ Sie den Text auch zwischen die beiden Klaviersysteme schreiben
 (und damit das zusätzliche System für die Gesangstimme auslassen).
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 upper = \relative c'' {
    \clef treble
    \key c \major
@@ -309,7 +309,7 @@ etwas anpassen, aber Sie können ja das angepasste Beispiel von hier
 kopieren.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 upper = \relative c'' {
   \clef treble
   \key c \major
@@ -405,7 +405,7 @@ wird auch eine @qq{@code{\global}}-Variable für Taktart und
 Vorzeichen benutzt.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 
 global= {
   \time 4/4
@@ -469,7 +469,7 @@ zugewiesen, auf den zurückgegriffen werden kann.
 
 @verbatim
 %%%%% piece.ly
-\version "2.11.23"
+\version "2.11.38"
 
 global= {
   \time 4/4
@@ -515,7 +515,7 @@ music = {
 
 
 %%%%% score.ly
-\version "2.11.23"
+\version "2.11.38"
 \include "piece.ly"
 #(set-global-staff-size 14)
 \score {
@@ -526,7 +526,7 @@ music = {
 
 
 %%%%% vn1.ly
-\version "2.11.23"
+\version "2.11.38"
 \include "piece.ly"
 \score {
   \keepWithTag #'vn1 \music
@@ -535,7 +535,7 @@ music = {
 
 
 %%%%% vn2.ly
-\version "2.11.23"
+\version "2.11.38"
 \include "piece.ly"
 \score {
   \keepWithTag #'vn2 \music
@@ -544,7 +544,7 @@ music = {
 
 
 %%%%% vla.ly
-\version "2.11.23"
+\version "2.11.38"
 \include "piece.ly"
 \score {
   \keepWithTag #'vla \music
@@ -553,7 +553,7 @@ music = {
 
 
 %%%%% vlc.ly
-\version "2.11.23"
+\version "2.11.38"
 \include "piece.ly"
 \score {
   \keepWithTag #'vlc \music
@@ -573,7 +573,7 @@ die in allen Stimmen eingefügt wird. Taktart und Vorzeichen etwa
 sind fast immer gleich in allen Stimmen.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 global = {
    \key c \major
    \time 4/4
@@ -654,7 +654,7 @@ irgendeine Änderung an einer Chorstimme vornehmen, (etwa
 tenorMusic), verändert sich auch der Klavierauszug entsprechend.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 global = {
    \key c \major
    \time 4/4
@@ -748,7 +748,7 @@ In diesem Beispiel werden die Texte mit den Befehlen
 über und unter dem System angeordnet.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 global = {
   \key c \major
   \time 4/4
@@ -873,7 +873,7 @@ ein Kompromiss werden die Notenlinien nicht auf dem System, sondern
 zwischen den Systemen geschrieben.
 
 @lilypond[quote,verbatim,line-width=11.0\cm]
-\version "2.11.23"
+\version "2.11.38"
 
 global = {
   \set Score.skipBars = ##t
@@ -1114,7 +1114,7 @@ Länge von Pausen an.
 
 @lilypond[quote,verbatim,ragged-right]
 \include "gregorian-init.ly"
-\version "2.11.23"
+\version "2.11.38"
 
 chant = \relative c' {
   \set Score.timing = ##f
@@ -1174,7 +1174,7 @@ sich die Noten innerhalb eines @code{\transpose}-Abschnitts befinden.
 @c The `line-width' argument is for the \header.
 
 @lilypond[quote,verbatim,ragged-right,line-width]
-\version "2.11.23"
+\version "2.11.38"
 \header {
   title = "Song"
   subtitle = "(tune)"
@@ -1450,7 +1450,7 @@ violin concerto as TchaikovskyPI, whereas perhaps you wish to print
 
 @ The `line-width' is for \header.
 @li lypond[quote,verbatim,ragged-right,line-width]
-\version "2.11.23"
+\version "2.11.38"
 \header {
   dedication = "dedication"
   title = "Title"
index 529a1f57c932d594273ea618e7cc8e405f80e36b..6c63e4d38d2a9001ffc6f53df41c4fe2f1c2e97e 100644 (file)
@@ -1667,7 +1667,7 @@ Der @code{\version}-Befehl zeigt an, welche LilyPond-Version
 für eine bestimmte Quelldatei benutzt worden ist:
 
 @example
-\version "2.11.23"
+\version "2.11.38"
 @end example
 
 @noindent
@@ -1689,7 +1689,7 @@ außerhalb der musikalischen Ausdrücke, meistens wird die
 @code{\header}-Umgebung direkt nach der Versionsnummer eingefügt.
 
 @example
-\version "2.11.23"
+\version "2.11.38"
 \header @{
   title = "Symphony"
   composer = "Ich"
index acd4be3d153ad1484757362d2666eeca6bfe433b..35cc3575ccde6d4c1a209673bd6b639cd54819c4 100644 (file)
@@ -73,7 +73,7 @@ Hier einige Vorschläge, wie Sie Probleme vermeiden oder lösen können:
 @item @strong{Schreiben Sie immer mit @code{\version} die 
 Versionsnummer 
 in jede Datei}. Beachten Sie, dass in allen Vorlagen die Versionsnummer  
-@code{\version "2.11.23"} eingetragen ist. Es empfielt sich, in alle 
+@code{\version "2.11.38"} eingetragen ist. Es empfielt sich, in alle 
 Dateien, unabhängig von ihrer Größe, den @code{\version}-Befehl 
 einzufügen. Persönliche Erfahrung hat gezeigt, dass es ziemlich 
 frustrierend sein kann zu erinnern, welche Programmversion man etwa 
@@ -556,7 +556,7 @@ für meine Projekte. Jede Notationsdatei fängt an mit
 
 @example
 %%%   global.ly
-\version "2.11.23"
+\version "2.11.38"
 #(ly:set-option 'point-and-click #f)
 \include "../init/init-defs.ly"
 \include "../init/init-layout.ly"
index b28bfc096dab8af248b2357c57c42a5ca94dff01..b4494b3470200a3f8e0b551d928d65bece46af91 100644 (file)
@@ -172,7 +172,7 @@ los símbolos de alteración de la notación antigua.
 @lilypond[quote,ragged-right,staffsize=26]
 \score {
 {
-  \fatText
+  \textLengthOn
   s^\markup {
     \column {
       "vaticana"
@@ -609,7 +609,7 @@ Los ejemplos siguientes muestran las diferencias que existen entre los estilos:
 
 @lilypond[ragged-right,fragment,relative=1,quote]
 {
-  \fatText
+  \textLengthOn
 
   \time 2/2
   c1^\markup { \hspace #-2.0 \typewriter default }
index 42d5ebcb9dbbf5908632afea47ff900065f4ddb5..9e79e0c440c527a71294e495c9cf56a31458ee57 100644 (file)
@@ -38,19 +38,19 @@ Las cabezas @q{easy play} (fáciles de tocar) tienen el nombre de la nota (en in
 en la música para principiantes
 
 @lilypond[quote,ragged-right,verbatim,fragment,staffsize=26]
-  \setEasyHeads
+  \easyHeadsOn
   c'2 e'4 f' | g'1
 @end lilypond
 
-La orden @code{\setEasyHeads} sobreescribe los ajustes del objeto
+La orden @code{\easyHeadsOn} sobreescribe los ajustes del objeto
 @internalsref{NoteHead}.  Para que las letras sean legibles, se tienen que imprimir
 en un tamaño grande de la tipografía.  Para imprimir con un tamaño de tipografía mayor, consulte
 @ref{Setting the staff size}.
 
 @refcommands
 
-@funindex \setEasyHeads
-@code{\setEasyHeads}
+@funindex \easyHeadsOn
+@code{\easyHeadsOn}
 
 
 @node Shape note heads
index c8841ca5df8e18f07ff077c5fef9b53989a8f2b4..ef18b28f868c7190edb7e1b18e17cb8a818ceae0 100644 (file)
@@ -35,7 +35,7 @@ En este caso comenzaríamos con la plantilla @q{Notas y letra} (para la parte
 de soprano).
 
 @example
-\version "2.11.23"
+\version "2.11.38"
 melodia = \relative c' @{
   \clef treble
   \key c \major
@@ -64,7 +64,7 @@ texto = \lyricmode @{
 Ahora queremos añadir una parte de violoncello.  Veamos el ejemplo @q{Sólo notas}:
 
 @example
-\version "2.11.23"
+\version "2.11.38"
 melodia = \relative c' @{
   \clef treble
   \key c \major
@@ -100,7 +100,7 @@ se escriben normalmente en clave de Fa).  Asimismo, cambiaremos algunas
 notas del cello.
 
 @example
-\version "2.11.23"
+\version "2.11.38"
 musicaSoprano = \relative c' @{
   \clef treble
   \key c \major
@@ -170,7 +170,7 @@ Esto parece un poco enrevesado; los márgenes están descuadrados.  Esto tiene
 fácil solución.  Presentamos aquí la plantilla completa para soprano y cello.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 sopranoMusic = \relative c' {
   \clef treble
   \key c \major
index 7d1371a9add9066cd84be39a7ab8b0b4762cb9ce..05d37196092295beb9b72df2c23e5071748051bf 100644 (file)
@@ -35,7 +35,7 @@ solista o un fragmento melódico.  Córtelo y péguelo en un archivo,
 escriba las notas y ¡ha terminado!
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 melody = \relative c' {
    \clef treble
    \key c \major
@@ -60,7 +60,7 @@ barrado automático, tendrá que cambiar o convertir en un comentario la línea
 correspondiente.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 melody = \relative c' {
    \clef treble
    \key c \major
@@ -91,7 +91,7 @@ text = \lyricmode {
 ¿Quiere preparar una «lead sheet» u hoja guía de una canción con acordes?  ¡No busque más!
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 melody = \relative c' {
    \clef treble
    \key c \major
@@ -124,7 +124,7 @@ harmonies = \chordmode {
 Esta plantilla le permite preparar una canción con melodía, letra y acordes.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 melody = \relative c' {
    \clef treble
    \key c \major
@@ -165,7 +165,7 @@ harmonies = \chordmode {
 He aquí un sencillo sistema de piano.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 upper = \relative c'' {
    \clef treble
    \key c \major
@@ -199,7 +199,7 @@ Aquí tenemos el típico formato de canción: un pentagrama con la melodía y la
 acompañamiento de piano.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 melody = \relative c'' {
    \clef treble
    \key c \major
@@ -255,7 +255,7 @@ En lugar de tener un pentagrama dedicado a la melodía y la letra puede colocar
 la letra en medio de los pentagramas del piano (y omitir el pentagrama separado para la melodía).
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 upper = \relative c'' {
    \clef treble
    \key c \major
@@ -302,7 +302,7 @@ ya que la plantilla está aquí mismo, no tiene que hacer el trucaje
 usted mismo.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 upper = \relative c'' {
   \clef treble
   \key c \major
@@ -397,7 +397,7 @@ Esta plantilla es una demostración de un cuarteto de cuerda.  También usa una
 para las indicaciones del compás y de la armadura de la tonalidad.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 
 global= {
   \time 4/4
@@ -457,7 +457,7 @@ contiene todas las definiciones musicales.  Los otros archivos (@code{score.ly},
 
 @verbatim
 %%%%% piece.ly
-\version "2.11.23"
+\version "2.11.38"
 
 global= {
   \time 4/4
@@ -503,7 +503,7 @@ music = {
 
 
 %%%%% score.ly
-\version "2.11.23"
+\version "2.11.38"
 \include "piece.ly"
 #(set-global-staff-size 14)
 \score {
@@ -514,7 +514,7 @@ music = {
 
 
 %%%%% vn1.ly
-\version "2.11.23"
+\version "2.11.38"
 \include "piece.ly"
 \score {
   \keepWithTag #'vn1 \music
@@ -523,7 +523,7 @@ music = {
 
 
 %%%%% vn2.ly
-\version "2.11.23"
+\version "2.11.38"
 \include "piece.ly"
 \score {
   \keepWithTag #'vn2 \music
@@ -532,7 +532,7 @@ music = {
 
 
 %%%%% vla.ly
-\version "2.11.23"
+\version "2.11.38"
 \include "piece.ly"
 \score {
   \keepWithTag #'vla \music
@@ -541,7 +541,7 @@ music = {
 
 
 %%%%% vlc.ly
-\version "2.11.23"
+\version "2.11.38"
 \include "piece.ly"
 \score {
   \keepWithTag #'vlc \music
@@ -561,7 +561,7 @@ Por ejemplo, la indicación de compás y la armadura de la tonalidad son casi si
 para todas las partes.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 global = {
    \key c \major
    \time 4/4
@@ -642,7 +642,7 @@ usar una definición musical más de una vez.  Si hace algún cambio en las nota
 reducción de piano.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 global = {
    \key c \major
    \time 4/4
@@ -735,7 +735,7 @@ Aquí todas las líneas de texto se colocan usando @code{alignAboveContext}
 y @code{alignBelowContext}.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 global = {
   \key c \major
   \time 4/4
@@ -859,7 +859,7 @@ A modo de compromiso, las líneas de compás se suelen imprimir entre los pentag
 en vez de hacerlo sobre ellos.
 
 @lilypond[quote,verbatim,line-width=11.0\cm]
-\version "2.11.23"
+\version "2.11.38"
 
 global = {
   \set Score.skipBars = ##t
@@ -1099,7 +1099,7 @@ nota de blanca y negra, y marcas especiales que indican silencios de distinta lo
 
 @lilypond[quote,verbatim,ragged-right]
 \include "gregorian-init.ly"
-\version "2.11.23"
+\version "2.11.38"
 
 chant = \relative c' {
   \set Score.timing = ##f
@@ -1159,7 +1159,7 @@ sección @code{\transpose}.
 @c The `line-width' argument is for the \header.
 
 @lilypond[quote,verbatim,ragged-right,line-width]
-\version "2.11.23"
+\version "2.11.38"
 \header {
   title = "Song"
   subtitle = "(tune)"
@@ -1435,7 +1435,7 @@ violin concerto as TchaikovskyPI, whereas perhaps you wish to print
 
 @ The `line-width' is for \header.
 @li lypond[quote,verbatim,ragged-right,line-width]
-\version "2.11.23"
+\version "2.11.38"
 \header {
   dedication = "dedication"
   title = "Title"
index 7d2160bbd6fa7cc7f52f9134df3d2ef30dc61446..268cd5181fb3025d34c0cf1cb6de947ff0b4aa0f 100644 (file)
@@ -61,14 +61,14 @@ c'4^\markup { bla \bold bla }
 Es posible colocar cadenas de texto arbitrarias o @ref{Text markup},
 encima o debajo de las notas utilizando una cadena @code{c^"texto"}.  Por omisión,
 estas indicaciones no influyen sobre el espaciado de las notas, pero si se utiliza la
-instrucción @code{\fatText}, las anchuras se tendrán en cuenta
+instrucción @code{\textLengthOn}, las anchuras se tendrán en cuenta
 
 @lilypond[quote,fragment,ragged-right,verbatim,relative=1]
-c4^"longtext" \fatText c4_"longlongtext" c4
+c4^"longtext" \textLengthOn c4_"longlongtext" c4
 @end lilypond
 
 @noindent
-Para evitar que el texto influya sobre el espaciado, utilice @code{\emptyText}.
+Para evitar que el texto influya sobre el espaciado, utilice @code{\textLengthOff}.
 
 También se pueden añadir a una nota textos con un formato más complejo utilizando la
 orden markup (marcado),
@@ -83,10 +83,10 @@ La instrucción @code{\markup} se describe con más detalle en
 
 @refcommands
 
-@funindex \fatText
-@code{\fatText},
-@funindex \emptyText
-@code{\emptyText}.
+@funindex \textLengthOn
+@code{\textLengthOn},
+@funindex \textLengthOff
+@code{\textLengthOff}.
 
 
 @commonprop
@@ -126,7 +126,7 @@ aplicarles ajustes finos.
 
 @lilypond[relative=2,ragged-right,verbatim,fragment]
 d2 \glissando d'2
-\once \override Glissando #'dash-fraction = #0.5
+\once \override Glissando #'style = #'dashed-line
 d,2 \glissando d'2
 \override Glissando #'style = #'dotted-line
 d,2 \glissando d'2
@@ -280,7 +280,7 @@ c2\startTextSpan b c\stopTextSpan a
 Para imprimir una línea continua, use
 
 @example
-\override TextSpanner #'dash-fraction = #'()
+\override TextSpanner #'style = #'line
 @end example
 
 
@@ -582,7 +582,7 @@ Para dejar separadas las listas de palabras, podemos utilizar comillas @code{"}
 orden @code{\line}
 
 @lilypond[quote,verbatim,fragment,relative=1]
-\fatText
+\textLengthOn
 c4^\markup{ \center-align { on three lines } }
 c4^\markup{ \center-align { "all one line" } }
 c4^\markup{ \center-align { { on three lines } } }
@@ -608,7 +608,7 @@ tenemos que usar la propiedad de relleno #'padding o crear un punto de @q{anclaj
 dentro del elemento de marcado (generalmente con @code{\hspace #0}).
 
 @lilypond[quote,verbatim,fragment,relative=1]
-\fatText
+\textLengthOn
 c'4^\markup{ \raise #5 "not raised" }
 \once \override TextScript #'padding = #3
 c'4^\markup{ raised }
index 3f0b57adc58e45d4b47020f3faf07a0f216dbf0c..920d0d4eb87aea2cd533b72104184abbfc43619c 100644 (file)
@@ -1284,7 +1284,7 @@ La indicación @code{\version} deja registrado para qué versión de LilyPond se
 el archivo:  
 
 @example
-\version "2.11.23"
+\version "2.11.38"
 @end example
 
 @noindent
@@ -1305,7 +1305,7 @@ principal; el bloque @code{\header} normalmente se sitúa por debajo del
 @ruser{Version number}.
 
 @example
-\version "2.11.23"
+\version "2.11.38"
 \header @{
   title = "Symphony"
   composer = "Me"
index 3d14b2e9c700fd73e305e273e0f4f64f4df8db10..76ddd8f33343be4343e80cb670a9bf3e1fe2a41a 100644 (file)
@@ -70,7 +70,7 @@ o corregir problemas:
 
 @itemize @bullet
 @item @strong{Incluya los números de @code{\version} en todos los archivos}.  Dese cuenta de que todas las
-plantillas contienen una cadena como @code{\version "2.11.23"}.  Le recomendamos
+plantillas contienen una cadena como @code{\version "2.11.38"}.  Le recomendamos
 mucho que siempre incluya la @code{\version}, sin importar cuán
 pequeño pueda ser su archivo.  Desde la experiencia personal podemos decirle que es bastante frustrante
 intentar recordar el número de versión de LilyPond que estaba usando hace unos años.
@@ -537,7 +537,7 @@ Yo utilizo media docena de archivos de
 
 @example
 %%%   global.ly
-\version "2.11.23"
+\version "2.11.38"
 #(ly:set-option 'point-and-click #f)
 \include "../iniciar/iniciar-definiciones.ly"
 \include "../iniciar/iniciar-disposicion.ly"
index 32ec87c76d113b5f76f5f2607cacda4b92d092ee..768671c422e4b22fc00c68e022e7c9697c17611d 100644 (file)
@@ -174,7 +174,7 @@ et @internalsref{KeySignature}.
 @lilypond[quote,ragged-right,staffsize=26]
 \score {
 {
-  \fatText
+  \textLengthOn
   s^\markup {
     \column {
       "vaticana"
@@ -612,7 +612,7 @@ Voici les différences entre les styles :
 
 @lilypond[ragged-right,fragment,relative=1,quote]
 {
-  \fatText
+  \textLengthOn
 
   \time 2/2
   c1^\markup { \hspace #-2.0 \typewriter default }
index 053819e1490cc6bc17bb66d27885bdd58d89e80b..9b39c5648192704849c4857dee82ab6e06c7df66 100644 (file)
@@ -37,19 +37,19 @@ Les notes @q{easy play} comportent le nom de la note à l'intérieur de
 la tête.  On l'utilise dans des partitions pour débutants.
 
 @lilypond[quote,ragged-right,verbatim,fragment,staffsize=26]
-  \setEasyHeads
+  \easyHeadsOn
   c'2 e'4 f' | g'1
 @end lilypond
 
-La commande @code{\setEasyHeads} remplace tous les réglages de l'objet
+La commande @code{\easyHeadsOn} remplace tous les réglages de l'objet
 @internalsref{NoteHead}.  L'impression doit être de plus grande
 taille, afin que les lettres soient lisibles.  Voir à ce propos
 @ref{Setting the staff size}.
 
 @refcommands
 
-@funindex \setEasyHeads
-@code{\setEasyHeads}
+@funindex \easyHeadsOn
+@code{\easyHeadsOn}
 
 
 @node Shape note heads
index 6ad387deb1d0b9ba582f2a73456162ff163464bb..9f65c9054e6f0f52ac61c47b9c813af88b3bce57 100644 (file)
@@ -702,7 +702,7 @@ pour soprano et violoncelle : dans ce cas l'on pourrait commencer par les
 @qq{notes et paroles}, pour la partie de soprano.
 
 @example
-\version "2.11.23"
+\version "2.11.38"
 melodie = \relative c' @{
   \clef treble
   \key c \major
@@ -732,7 +732,7 @@ Maintenant, on veut ajouter une partie de violoncelle.
 Jetons un coup d'oeil sur l'exemple avec les notes seules :
 
 @example
-\version "2.11.23"
+\version "2.11.38"
 melodie = \relative c' @{
   \clef treble
   \key c \major
@@ -770,7 +770,7 @@ Et puis, toujours tant qu'on y est, mettons le violoncelle en clé de Fa, comme
 le veut l'usage, et donnons-lui d'autres notes.
 
 @example
-\version "2.11.23"
+\version "2.11.38"
 musiqueSoprano = \relative c' @{
   \clef treble
   \key c \major
@@ -842,7 +842,7 @@ mettre un peu d'ordre dans l'indentation.  Voici le modèle pour
 soprano et violoncelle au complet :
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 sopranoMusic = \relative c' {
   \clef treble
   \key c \major
index 10ead3bb201b7e8f2e66cc7418da94f3f0d02a2d..86e8e3475805f7aa3fb971263a89b1c793ee2ceb 100644 (file)
@@ -67,14 +67,14 @@ Vous pouvez placer arbitrairement des chaînes de caractères, ou
 @ref{Text markup} en langage LilyPond, au dessus ou au dessous des
 notes en employant la syntaxe @code{c^"text"}.  Par défaut, ces
 indications n'affecteront en rien l'espacement des notes, sauf à
-utiliser la commande @code{\fatText}.
+utiliser la commande @code{\textLengthOn}.
 
 @lilypond[quote,fragment,ragged-right,verbatim,relative=1]
-c4^"longtext" \fatText c4_"longlongtext" c4
+c4^"longtext" \textLengthOn c4_"longlongtext" c4
 @end lilypond
 
 @noindent
-Pour revenir à l'espacement par défaut, utilisez @code{\emptyText}.
+Pour revenir à l'espacement par défaut, utilisez @code{\textLengthOff}.
 
 Des constructions plus élaborées d'étiquette peuvent être obtenues en
 ayant recours à la commande @emph{markup} :
@@ -89,10 +89,10 @@ La commande @code{\markup} est décrite plus en détails dans la section
 
 @refcommands
 
-@funindex \fatText
-@code{\fatText},
-@funindex \emptyText
-@code{\emptyText}.
+@funindex \textLengthOn
+@code{\textLengthOn},
+@funindex \textLengthOff
+@code{\textLengthOff}.
 
 
 @commonprop
@@ -134,7 +134,7 @@ disponibles, ainsi que la manière de les personnaliser.
 
 @lilypond[relative=2,ragged-right,verbatim,fragment]
 d2 \glissando d'2
-\once \override Glissando #'dash-fraction = #0.5
+\once \override Glissando #'style = #'dashed-line
 d,2 \glissando d'2
 \override Glissando #'style = #'dotted-line
 d,2 \glissando d'2
@@ -292,7 +292,7 @@ c2\startTextSpan b c\stopTextSpan a
 Pour obtenir une ligne pleine, utilisez
 
 @example
-\override TextSpanner #'dash-fraction = #'()
+\override TextSpanner #'style = #'line
 @end example
 
 
@@ -608,7 +608,7 @@ L'utilisation des @code{"} ou de la commande @code{\line} permet de
 différencier les listes de mots.
 
 @lilypond[quote,verbatim,fragment,relative=1]
-\fatText
+\textLengthOn
 c4^\markup{ \center-align { on three lines } }
 c4^\markup{ \center-align { "all one line" } }
 c4^\markup{ \center-align { { on three lines } } }
@@ -636,7 +636,7 @@ déplacer une étiquette, il vous faudra utiliser la propriété
 de l'étiquette (généralement avec @code{\hspace #0}).
 
 @lilypond[quote,verbatim,fragment,relative=1]
-\fatText
+\textLengthOn
 c'4^\markup{ \raise #5 "not raised" }
 \once \override TextScript #'padding = #3
 c'4^\markup{ raised }
index a10ba2edc30908a642cb567040b2063a1bf09325..46233483a3694bda957248eac12b6cc1092018d4 100644 (file)
@@ -1373,7 +1373,7 @@ La déclaration @code{\version} stipule le numéro de la version de
 LilyPond pour laquelle le fichier a été écrit,
 
 @example
-\version "2.11.32"
+\version "2.11.38"
 @end example
 
 @noindent
@@ -1395,7 +1395,7 @@ qui existe indépendamment des expressions musicales principales.  Le
 bloc @code{\header} est habituellement placé en début de fichier.
 
 @example
-\version "2.11.32"
+\version "2.11.38"
 \header @{
   title = "Symphonie"
   composer = "Moi"
index 615bc3d63e785aa401f04561e6cec5fe0fa3907c..1625af305e412cadffbae072bce334a100304b04 100644 (file)
@@ -539,7 +539,7 @@ chaque fichier de musique par @code{\include "../global.ly"} qui contient :
 
 @example
 %%%   global.ly
-\version "2.11.32"
+\version "2.11.38"
 #(ly:set-option 'point-and-click #f)
 \include "../init/init-defs.ly"
 \include "../init/init-mise-en-page.ly"
index e38d7e86c5bd136e051c87c19473ea79bff194c8..6b39a974a348dcfb67b4ca6d2bc0b1cb5019015d 100644 (file)
@@ -13,6 +13,8 @@ convert-ly -e --from=... --to=... --no-version *.itely
 % to find the current version number,
 grep "version \"" tutorial.itely
 
+Please don't forget updating translated docs (in LANGS/user) too!
+
 %  (nobody ever remembers to update this file, so I've stopped
 %  trying to record it here)
 
index 21178ff6e9ea038652bb8070bbd02cd1fc4fa5e8..aff177a54f59c9667b385e57805b101b551b4a00 100644 (file)
@@ -161,7 +161,7 @@ ancient accidentals.
 @lilypond[quote,ragged-right,staffsize=26]
 \score {
 {
-  \fatText
+  \textLengthOn
   s^\markup {
     \column {
       "vaticana"
@@ -598,7 +598,7 @@ The following examples show the differences in style,
 
 @lilypond[ragged-right,fragment,relative=1,quote]
 {
-  \fatText
+  \textLengthOn
 
   \time 2/2
   c1^\markup { \hspace #-2.0 \typewriter default }
index 308cb478a2086e59b4593161403cc74f97b6ca51..8243f15958358dcd260ff0f7de706a76d2f245bc 100644 (file)
@@ -40,7 +40,7 @@ description of the input format, see @ruser{File structure}.
 A basic example of a lilypond input file is
 
 @example
-\version "2.11.23"
+\version "2.11.38"
 \score @{
   @var{...compound music expression...}  % all the music goes here!
   \header @{ @}
@@ -1734,7 +1734,7 @@ cello.  In this case, we would start with @q{Notes and lyrics} (for the
 soprano part).
 
 @example
-\version "2.11.23"
+\version "2.11.38"
 melody = \relative c' @{
   \clef treble
   \key c \major
@@ -1762,7 +1762,7 @@ text = \lyricmode @{
 Now we want to add a cello part.  Let's look at the @q{Notes only} example:
 
 @example
-\version "2.11.23"
+\version "2.11.38"
 melody = \relative c' @{
   \clef treble
   \key c \major
@@ -1797,7 +1797,7 @@ normally use bass clef.  We'll also give the cello some different
 notes.
 
 @example
-\version "2.11.23"
+\version "2.11.38"
 sopranoMusic = \relative c' @{
   \clef treble
   \key c \major
@@ -1866,7 +1866,7 @@ This looks a bit messy; the indentation is messed up now.  That is
 easily fixed.  Here's the complete soprano and cello template.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 sopranoMusic = \relative c' {
   \clef treble
   \key c \major
@@ -1914,7 +1914,7 @@ from Handel's Messiah:
 
 @c The following should appear as music without code
 @lilypond[quote,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 global = { \key d \major \time 4/4 }
 sopMusic = \relative c'' {
   \clef "treble"
@@ -2088,7 +2088,7 @@ Combining all these together and adding the music
 for the three bars of the example above gives:
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 global = { \key d \major \time 4/4 }
 sopMusic = \relative c'' {
   \clef "treble"
@@ -2186,7 +2186,7 @@ music definitions and one to define the time signature
 and key:
 
 @example
-\version "2.11.23"
+\version "2.11.38"
 \header @{
   title = "Jesu, meine Freude"
   composer = "J S Bach"
@@ -2295,7 +2295,7 @@ may vary.  All that remains now
 is to add the music, and combine all the parts together.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 \header {
   title = "Jesu, meine Freude"
   composer = "J S Bach"
index 76ae16f5cd7c18d40650be628e5e72aa6f1ff3e2..ae951d158347ad2f0fb473278bb7cf55fb84d995 100644 (file)
@@ -933,7 +933,7 @@ clarinet.
 \key a \major
 \transposition a
 c d e f
-\fatText
+\textLengthOn
 r1^\markup{Switch to B\flat clarinet}
 
 \key bes \major
@@ -1752,21 +1752,25 @@ It is used in music for beginners.
 @lilypond[verbatim,quote,ragged-right]
 #(set-global-staff-size 26)
 \relative c' {
-  \setEasyHeads
+  \easyHeadsOn
   c2 e4 f
   g1
+  \easyHeadsOff
+  c,1
 }
 @end lilypond
 
-The command @code{\setEasyHeads} overrides settings for the
-@code{NoteHead} object.  To make the letters readable, it
-has to be printed in a large font size.  To print with a larger
-font, see @ref{Setting the staff size}.
+The command @code{\easyHeadsOn} overrides settings for the
+@code{NoteHead} object.  These settings can be reverted with the command
+@code{\easyHeadsOff}. To make the letters readable, it has to be printed
+in a large font size.  To print with a larger font, see @ref{Setting the
+staff size}.
 
 @refcommands
 
-@funindex \setEasyHeads
-@code{\setEasyHeads}
+@funindex \easyHeadsOn
+@funindex \easyHeadsOff
+@code{\easyHeadsOn}, @code{\easyHeadsOff}
 
 @seealso
 
index 238f41e5e2120813bcea69a9bcbb6471b40a0562..2552746b8adca4c622862e5e8d48d8dcb134c035 100644 (file)
@@ -756,19 +756,19 @@ Text attached to a multi-measure rest will be centered above or
 below it.  Long text attached in this way does not cause the
 measure to expand, and may collide with text in adjacent measures.
 Long text is better attached to a zero-length skip note preceding
-the rest, preceded by @code{\fatText} (turn off again with
-@code{\emptyText}), since this will cause the measure to expand to
+the rest, preceded by @code{\textLengthOn} (turn off again with
+@code{\textLengthOff}), since this will cause the measure to expand to
 accommodate the length of the text:
 
 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
 \set Score.skipBars = ##t
-\fatText
+\textLengthOn
 s1*0^\markup {[MAJOR GENERAL]}
 R1*19
 s1*0^\markup {[MABEL] }
 s1*0_\markup {\italic {Cue: ... it is yours}}
 R1*30
-\emptyText
+\textLengthOff
 c4^\markup {CHORUS} d f c
 @end lilypond
 
index e57a04968eb7f70ee30c301ae2c49f2a4eb637c5..a485ba4963f3daffbb9336eeff0c3440b34a00ae 100644 (file)
@@ -35,7 +35,7 @@ instrument or a melodic fragment.  Cut and paste this into a file,
 add notes, and you're finished!
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 melody = \relative c' {
    \clef treble
    \key c \major
@@ -60,7 +60,7 @@ automatic beaming, you'll have to change or comment out the relevant
 line.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 melody = \relative c' {
    \clef treble
    \key c \major
@@ -91,7 +91,7 @@ text = \lyricmode {
 Want to prepare a lead sheet with a melody and chords?  Look no further!
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 melody = \relative c' {
    \clef treble
    \key c \major
@@ -124,7 +124,7 @@ harmonies = \chordmode {
 This template allows you to prepare a song with melody, words, and chords.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 melody = \relative c' {
    \clef treble
    \key c \major
@@ -165,7 +165,7 @@ harmonies = \chordmode {
 Here is a simple piano staff.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 upper = \relative c'' {
    \clef treble
    \key c \major
@@ -199,7 +199,7 @@ Here is a typical song format: one staff with the melody and lyrics, with
 piano accompaniment underneath.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 melody = \relative c'' {
    \clef treble
    \key c \major
@@ -255,7 +255,7 @@ Instead of having a full staff for the melody and lyrics, you can place
 the lyrics between the piano staff (and omit the separate melody staff).
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 upper = \relative c'' {
    \clef treble
    \key c \major
@@ -302,7 +302,7 @@ since the template is right here, you don't have to do the
 tweaking yourself.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 upper = \relative c'' {
   \clef treble
   \key c \major
@@ -397,7 +397,7 @@ This template demonstrates a string quartet.  It also uses a @code{\global}
 section for time and key signatures.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 
 global= {
   \time 4/4
@@ -457,7 +457,7 @@ contains all the music definitions.  The other files -- @code{score.ly},
 
 @verbatim
 %%%%% piece.ly
-\version "2.11.23"
+\version "2.11.38"
 
 global= {
   \time 4/4
@@ -503,7 +503,7 @@ music = {
 
 
 %%%%% score.ly
-\version "2.11.23"
+\version "2.11.38"
 \include "piece.ly"
 #(set-global-staff-size 14)
 \score {
@@ -514,7 +514,7 @@ music = {
 
 
 %%%%% vn1.ly
-\version "2.11.23"
+\version "2.11.38"
 \include "piece.ly"
 \score {
   \keepWithTag #'vn1 \music
@@ -523,7 +523,7 @@ music = {
 
 
 %%%%% vn2.ly
-\version "2.11.23"
+\version "2.11.38"
 \include "piece.ly"
 \score {
   \keepWithTag #'vn2 \music
@@ -532,7 +532,7 @@ music = {
 
 
 %%%%% vla.ly
-\version "2.11.23"
+\version "2.11.38"
 \include "piece.ly"
 \score {
   \keepWithTag #'vla \music
@@ -541,7 +541,7 @@ music = {
 
 
 %%%%% vlc.ly
-\version "2.11.23"
+\version "2.11.38"
 \include "piece.ly"
 \score {
   \keepWithTag #'vlc \music
@@ -561,7 +561,7 @@ parts.  For example, the time signature and key signatures are almost
 always the same for all parts.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 global = {
    \key c \major
    \time 4/4
@@ -642,7 +642,7 @@ to the vocal notes (say, tenorMusic), then the changes will also
 apply to the piano reduction.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 global = {
    \key c \major
    \time 4/4
@@ -735,7 +735,7 @@ Here all the lyrics lines are placed using @code{alignAboveContext}
 and @code{alignBelowContext}.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.11.23"
+\version "2.11.38"
 global = {
   \key c \major
   \time 4/4
@@ -859,7 +859,7 @@ notes.  As a compromise, bar lines are often printed between the
 staves rather than on the staves.
 
 @lilypond[quote,verbatim,line-width=11.0\cm]
-\version "2.11.23"
+\version "2.11.38"
 
 global = {
   \set Score.skipBars = ##t
@@ -1099,7 +1099,7 @@ quarter note heads, and special marks, indicating rests of different length.
 
 @lilypond[quote,verbatim,ragged-right]
 \include "gregorian-init.ly"
-\version "2.11.23"
+\version "2.11.38"
 
 chant = \relative c' {
   \set Score.timing = ##f
@@ -1159,7 +1159,7 @@ is within a @code{\transpose} section.
 @c The `line-width' argument is for the \header.
 
 @lilypond[quote,verbatim,ragged-right,line-width]
-\version "2.11.23"
+\version "2.11.38"
 \header {
   title = "Song"
   subtitle = "(tune)"
@@ -1435,7 +1435,7 @@ violin concerto as TchaikovskyPI, whereas perhaps you wish to print
 
 @ The `line-width' is for \header.
 @li lypond[quote,verbatim,ragged-right,line-width]
-\version "2.11.23"
+\version "2.11.38"
 \header {
   dedication = "dedication"
   title = "Title"
index 265ddd9f262f7e92cf587c84a386897a04a5acb8..71232c57befd2909cf00454321a03205cead4d69 100644 (file)
@@ -96,15 +96,15 @@ Snippets: @lsrdir{text}
 It is possible to place arbitrary strings of text or @ref{Text
 markup}, above or below notes by using a string @code{c^"text"}.
 By default, these indications do not influence the note spacing,
-but by using the command @code{\fatText}, the widths will be taken
+but by using the command @code{\textLengthOn}, the widths will be taken
 into account
 
 @lilypond[quote,fragment,ragged-right,verbatim,relative=1]
-c4^"longtext" \fatText c4_"longlongtext" c4
+c4^"longtext" \textLengthOn c4_"longlongtext" c4
 @end lilypond
 
 @noindent
-To prevent text from influencing spacing, use @code{\emptyText}.
+To prevent text from influencing spacing, use @code{\textLengthOff}.
 
 More complex formatting may also be added to a note by using the
 markup command,
@@ -119,10 +119,10 @@ markup}.
 
 @refcommands
 
-@funindex \fatText
-@code{\fatText},
-@funindex \emptyText
-@code{\emptyText}.
+@funindex \textLengthOn
+@code{\textLengthOn},
+@funindex \textLengthOff
+@code{\textLengthOff}.
 
 
 @commonprop
@@ -459,7 +459,7 @@ To keep lists of words distinct, please use quotes @code{"} or
 the @code{\line} command
 
 @lilypond[quote,verbatim,fragment,relative=1]
-\fatText
+\textLengthOn
 c4^\markup{ \center-align { on three lines } }
 c4^\markup{ \center-align { "all one line" } }
 c4^\markup{ \center-align { { on three lines } } }
@@ -487,7 +487,7 @@ markup, you need to use the #'padding property or create an
 #0}).
 
 @lilypond[quote,verbatim,fragment,relative=1]
-\fatText
+\textLengthOn
 c'4^\markup{ \raise #5 "not raised" }
 \once \override TextScript #'padding = #3
 c'4^\markup{ raised }
index 3e76b025e2d9b40a18a8ed617e734912dfa5e81c..4fc476ae514c2739dd89c9b214ea8603ed087937 100644 (file)
@@ -1580,7 +1580,7 @@ The @code{\version} statement records the version of LilyPond that
 was used to write the file:
 
 @example
-\version "2.11.23"
+\version "2.11.38"
 @end example
 
 @noindent
@@ -1602,7 +1602,7 @@ main music expression; the @code{\header} block is usually placed
 underneath the @ref{Version number}.
 
 @example
-\version "2.11.23"
+\version "2.11.38"
 \header @{
   title = "Symphony"
   composer = "Me"
index 95b865d414a369928653d1492b60ccd0a87f6862..cfbca22610c19cffb149080b7e0a53cb36592ef9 100644 (file)
@@ -1646,21 +1646,21 @@ Perhaps this is not so good.  What we would really like to do
 is to position all the annotation at the same distance above
 the staff?  To do this, we clearly
 will need to space the notes out horizontally to make more
-room for the text.  This is done using the @code{fatText}
+room for the text.  This is done using the @code{textLengthOn}
 command.
 
-@subheading \fatText
+@subheading \textLengthOn
 
-@funindex \fatText
+@funindex \textLengthOn
 @cindex notes, spreading out with text
 
 By default, text produced by markup takes up no horizontal space
-as far as laying out the music is concerned.  The @code{\fatText}
+as far as laying out the music is concerned.  The @code{\textLengthOn}
 command reverses this behaviour, causing the notes to be spaced
 out as far as is necessary to accommodate the text:
 
 @lilypond[quote,fragment,ragged-right,verbatim,relative=2]
-\fatText  % Cause notes to space out to accommodate text
+\textLengthOn  % Cause notes to space out to accommodate text
 c2^"Text1"
 c^"Text2"
 c^"Text3"
@@ -1668,9 +1668,9 @@ c^"Text4"
 @end lilypond  
 
 The command to revert to the default behaviour is 
-@code{\emptyText}.  Remember @code{\once} only works with
+@code{\textLengthOff}.  Remember @code{\once} only works with
 @code{\override}, @code{\set}, @code{\revert} or @code{unset},
-so cannot be used with @code{\fatText}.
+so cannot be used with @code{\textLengthOn}.
 
 Markup text will also avoid notes which project above the staff.
 If this is not desired, the automatic displacement upwards may
@@ -1693,7 +1693,7 @@ c''2
 R1
 % Turn off collision avoidance
 \once \override TextScript #'outside-staff-priority = ##f
-\fatText  % and turn on fatText
+\textLengthOn  % and turn on textLengthOn
 c,,2^"Long Text   "  % Spaces at end are honoured
 c''2
 @end lilypond
@@ -1734,7 +1734,7 @@ Should a similar situation arise in @q{real} music, it may
 be preferable to space out the notes
 a little further, so the dynamic markings can all fit at the
 same vertical distance from the staff.  We were able to do this
-for markup text by using the @code{\fatText} command, but there
+for markup text by using the @code{\textLengthOn} command, but there
 is no equivalent command for dynamic marks.  So we shall have to
 work out how to do this using @code{\override} commands.
 
index 7b1e1cd5b13812d6ce3628c81e499d1a862270ec..94d43b171d09d5c742f27cb8e7a2a1ecfb5a433a 100644 (file)
@@ -536,7 +536,7 @@ file with @code{\include "../global.ly"}, which contains
 
 @example
 %%%   global.ly
-\version "2.11.23"
+\version "2.11.38"
 #(ly:set-option 'point-and-click #f)
 \include "../init/init-defs.ly"
 \include "../init/init-layout.ly"
index 627de67da0eddb30631231fcdbc749bba22df634..729a745b9f0d2cbc22839a696f70f84c2dff57b7 100644 (file)
@@ -14,7 +14,7 @@
 
 I = \once \override NoteColumn #'ignore-collision = ##t
 
-\version "2.11.32"
+\version "2.11.38"
 
 staffPiano = \new PianoStaff {
   \set Score.timing = ##f
index 7f49c57688a12a13e91ff6d8142acef84a45d86b..549bda4fd5b4474fa356aa10ce289983c46eee5d 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.11.11"
+\version "2.11.38"
 
 \layout {
   indent = #0
index 22837f034e5a57fc6b20a46107b563c899d1acac..b434aa74672e9245552b350d4d165b20a345aa3e 100644 (file)
@@ -21,7 +21,7 @@
 % Copyright 2006 for the entire score;
 % All rights reserved by the composer.
 
-\version "2.11.2"
+\version "2.11.38"
 
 \include "english.ly"
 \include "cary-layout.ly"
                                \override Stem #'length = #10
                                \override Beam #'positions = #'(-13 . -13)
                                \override DynamicLineSpanner #'staff-padding = #18
-                               \override TextSpanner #'edge-text = #(cons (markup #:italic "covered") "")
+                               \override TextSpanner #'bound-details #'left #'text = #(markup (#:italic "covered"))
                                \override TextSpanner #'dash-period = #1
                                \override TextSpanner #'dash-fraction = #0.2
-                               \override TextSpanner #'edge-height = #'(0 . 1.25)
-                               \override TextSpanner #'bound-padding = #0.5
+                               \override TextSpanner #'bound-details #'left #'padding = #0.5
+                               \override TextSpanner #'bound-details #'right #'padding = #0.5
                                \override TextSpanner #'staff-padding = #4
                        } {
                                
index 6f2cf822ea845a43fd96eed7339c29d40ac9f683..74ec47ee28389ef4502a260d6b385384dabe27df 100644 (file)
@@ -18,4 +18,4 @@ also included in the user-manual.
 %}
 
 %% Optional version number
-\version "2.10.0"
+\version "2.11.38"
index 532b461ca5719ae8b65ab9a9bde1e7913bd910b6..8693e6e962df14f2c41ea8153586a823e7945589 100644 (file)
@@ -17,5 +17,5 @@ also included in the user-manual.
 %}
 
 %% Optional version number
-\version "2.10.0"
+\version "2.11.38"
 
index 85277c45a4766fc64a4e8800075e56166c3849e3..e76f5b4db79ce9bd08ba2916cb5966f8dafdc294 100644 (file)
@@ -33,4 +33,4 @@ also included in the user-manual.
 %}
 
 %% Optional version number
-\version "2.10.0"
+\version "2.11.38"
index 9f91786efeb9c91742ee8109b88c5c5de7f834fb..89be94295eb7f298d285e42538999ca1d321a86e 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.10.0"
+\version "2.11.38"
 
 \header {
     composer = "ARTHUR GRAY"
@@ -219,9 +219,9 @@ middleDynamics = {
        s32 s s\! s
     
     }
-    \fatText
+    \textLengthOn
     s32 s-"rall." s s s8 s4
-    \emptyText
+    \textLengthOff
     | %5
     s2-"a tempo" s8
     s \> s s
index cbc8ea921d664d61237b7ce6944fd766173a0530..56ddfc7fa660fafcb483b512124b8a2616b5f257 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.10.0"
+\version "2.11.38"
 \header {
 
 texidoc = " Chord names are generated from a list pitches.  The
index f1ca5b4a49328ad056276bb8bbb652cf8e9eb10b..1c3324c57dae13201d1490d222d99384e04d5bdf 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.10.0"
+\version "2.11.38"
 \header  {
     texidoc = "@cindex Chord Names German
 The english naming of chords (default) can be changed to german 
index 5d8d4626ea412d77c6e7dc2c95d5366d65fa364c..9be64b0f0ead8a29ed89705ae6682edc87a06af4 100644 (file)
@@ -9,7 +9,7 @@ Choices are @code{divisioMinima}, @code{divisioMaior},
 
 " }
 
-\version "2.10.0"
+\version "2.11.38"
 
 \include "gregorian-init.ly"
 
index 3279c7ee3a4bbac85ecc6587974d8e8848d64d83..6022cb472594d4bdd05423c79753bb907029dd6a 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.34"
+\version "2.11.38"
 \include "english.ly"
 
 % NR 1.7 Editorial annotations
index cc65ce18b3a2a2fe4dcb3c40cce5c773e1a338ff..56f873644c22a81fe06d52fbb0fbd03063cea34b 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.34"
+\version "2.11.38"
 \include "english.ly"
 
 % NR 1.3 Expressive marks
index dae8fd4597580fff1de2b0cfda50aa8142cf92fe..f6f86e6ffe62dbf1b1c1f0acf5a23249094f199d 100644 (file)
@@ -9,7 +9,7 @@
   evenFooterMarkup = \markup {}
   }
 
-\version "2.11.27"
+\version "2.11.38"
 
 #(define-markup-command (doc-char layout props name) (string?)
   (interpret-markup layout props
index c561eec4d11ad2ce795155fb7fd33374ab09c652..2668343e8fbceea4aa203bb10e0f59d743b1fc7e 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.10.0"
+\version "2.11.38"
 \header{
   texidoc="
 Note head shapes may be set from several choices.  
index 4b4f0b84f16ddada2f9b6d77a20ce29af663ea1e..67e74f8a2bce6f5424dc5f2eeab2645f4a680328 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.34"
+\version "2.11.38"
 \include "english.ly"
 
 % NR 1.1 Pitches
index 816990627135c99c68fae463fce14d884a883b2c..16ce69716ca8d50cf53c9f4ce59c6cf6f33668f4 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.34"
+\version "2.11.38"
 \include "english.ly"
 
 % NR 1.7 Repeats
index 2d7dbbf92cc86ab98ed305b34f28c8747e73306b..ff2a300f35aae4eaa059e4236ea049d6dfd5c80c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.34"
+\version "2.11.38"
 \include "english.ly"
 
 % NR 1.2 Rhythms
index e13a70e8eead745aed7de1f135d47b2b380b4790..beada640a5e50bf9afe81a580114700fc7f78498 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.10.0"
+\version "2.11.38"
 \header {
     title = "Screech and boink"
     subtitle = "Random complex notation"
index 1c86c03eaa0acb8c7a98106633de24bc02934189..dabd5cf46156c580ad4af4740560fb25135289ad 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.10.0"
+\version "2.11.38"
 
 % this chart is used in the manual too.
 
index f675e9f0ad5bc015f6ce2b432c183a22ed90bf44..ff363992be82e229809a2bf05357fbbde115e001 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.34"
+\version "2.11.38"
 \include "english.ly"
 
 % NR 1.5 Simultaneous notes
index 3942374a45c7f19b51713785ae0305a0b094ae67..d981a20bbef1901faf5bf5a9394866f3a082bc65 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.34"
+\version "2.11.38"
 \include "english.ly"
 
 % NR 1.6 Staff notation
index c7d8f01e27a56a8e9001eb22f863fb6fd12fb3ba..c29327137d22e21e547cfb9e4780487d7a31ecd4 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.34"
+\version "2.11.38"
 \include "english.ly"
 
 % NR 1.8 Text
index 08f6657698ec6361b7080c1786789a99de27cc6c..34f044362c30a1a35bbba073ff52605898b71202 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.10.0"
+\version "2.11.38"
 \header {
   title =      "Title"
   subtitle =   "Subtitle"
index c29b50f060d945656ca76a1215b49e49a302f709..310439102bf2be302f839d36f188f705ee9b7049 100644 (file)
@@ -7,7 +7,7 @@
   copyright = "Public Domain"
 }
 
-\version "2.10.0"
+\version "2.11.38"
 
 global =  {
   \key a \minor
index 176b388c758ae97cedc97cb53683900ad131d07d..31720633f4cb1f907f5390168466335c22d27ca5 100644 (file)
@@ -27,7 +27,7 @@ been lowered
 
 }
 
-\version "2.10.0"
+\version "2.11.38"
 manuscriptBreak = { \break }
 
 
index 564d620c2dba186a188b025aab771ae856509fa5..b22bbf878c9d8e4e3fadcd9cbe5465ad9a23d999 100644 (file)
@@ -40,7 +40,7 @@ instrument = "Piano"
  footer = "Mutopia-2001/04/27-xx"
 } 
 
-\version "2.10.0"
+\version "2.11.38"
 
 #(set-global-staff-size 16)
 
index 4fe111136a48e2b3a236c4b7edd9b862a9af65f3..276f102b2521c87c9f23d5aed4a878e2c2c15609 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.10.0"
+\version "2.11.38"
 
 forcedLastBreak =  { \break }
 
index ef9f2b053bb7c45f7c423bc102996b4e1587712a..63f4f9a048e42bcbc8fd6dbbacecb1690ffd5383 100644 (file)
@@ -1,5 +1,5 @@
 #(ly:set-option 'old-relative)
-\version "2.10.0"
+\version "2.11.38"
 
 %{
  Header for Petites Preludes.
@@ -126,7 +126,7 @@ four = \relative c{
        d4. fis16 g r16 bes8. ~ bes4 |
        %10
        \stemDown
-       << d,1  { \fatText s4^\markup { \hspace #20 }
+       << d,1  { \textLengthOn s4^\markup { \hspace #20 }
                 s4^\markup { \hspace #1 }  s4 }
             >>
 }
index 4d201945e2ba4fea1a64ba77d82ce18130883fb5..0bb7239a35e5004d787ced2543040f4c8af59051 100644 (file)
@@ -41,7 +41,7 @@
 
 
 
-\version "2.10.0"
+\version "2.11.38"
 
 
 
index 0721b1f7861897df7b71d030960d45218d25ff61..1c0eec1c99880930d0a26df1cf87f39474c1a5eb 100644 (file)
@@ -4,7 +4,7 @@
 
 #(set-global-staff-size 16)
 
-\version "2.10.0"
+\version "2.11.38"
 
 \header {
   title = "Romanzen"
index 1e7960dd22fdb007156d7ae140a75599331730de..a63f310d9bebd0b2d811adff95e81e0fce345d5b 100644 (file)
@@ -41,7 +41,7 @@ virtuoso that taught in Geneva.
 
 %}
 
-\version "2.10.0"
+\version "2.11.38"
 
 \include "mozart-hrn3-defs.ily"
 \include "mozart-hrn3-allegro.ily"
index 0f87feae221f3dfb29111433b88447ca89781bcc..638f3be0bc27ac360063019c9bfd28f97dd60c39 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.11"
+\version "2.11.38"
 
 \header
 {
index ca15e771163903e843fdff6a7fee4ac1e19f7030..e32c633a052797ce5fa73fcb43894d591533d0a2 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.10.0"
+\version "2.11.38"
 \header {
     title      = "Puer natus est nobis"
     subtitle   = "Antiphona ad introitum VII"
index c6458c46fdc733299e7c4911e5b1bc90dd1a1f0d..07a42fff7fea1ed5c29681cc1f8e8985aa85e404 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.10.0"
+\version "2.11.38"
 
 \header{
     texidoc="
@@ -11,7 +11,7 @@ Different text styles are used for various purposes.
 }
 
 \relative c'' \context Staff {
-    \emptyText
+    \textLengthOff
     \repeat volta 2 { \time 4/4 c4^"cuivre"_\fermata }
     \alternative {
        {
index f709dabb7bdf899dda3d2f62511b7ad93bc85e7c..6848b4e876bf19f6b0987cc07b58ec5aa1d93e82 100644 (file)
@@ -2,7 +2,7 @@
   texidoc = "Excercise all output functions"
 }
 
-\version "2.10.0"
+\version "2.11.38"
 
 \paper { ragged-right = ##t }
 
@@ -25,7 +25,7 @@
       \override Glissando #'style = #'zigzag
       \slurDashed
       f2( \glissando f')
-      \setEasyHeads
+      \easyHeadsOn
       f e 
     }
   >>
index b3a88c798ee9f08150a94adc0da12b1f97945c3e..2ba54fdc47d326ff30028d5a353ef82484581326 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.10.0"
+\version "2.11.38"
 
 \header{
   texidoc="
@@ -13,7 +13,7 @@ Breaks can be encouraged and discouraged using @code{\\break} and
 }
 
 \relative c'' \context Voice {
-  \emptyText
+  \textLengthOff
   c1 \noBreak c1 \noBreak \mark "nobreak" c1 \noBreak
   c1 \break \mark "break" c1 \break \mark "break" c1 
 }
index fe99e4e2019349a81f64ea6f3a04959f709ac3a3..326e45fe8405a4d71c9ddce921b13269cd7561e9 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.10.0"
+\version "2.11.38"
 
 \header{
 
@@ -13,7 +13,7 @@ full size."
 
 
 { 
-  \fatText
+  \textLengthOn
   \clef "treble" c'1^"treble" \bar "||"
   \clef "french"c'1^"french" \bar "||"
   \clef "soprano"c'1^"soprano" \bar "||"
index 463bd2d5bd6d8a356eee01df7766254e95cd0f3e..5c75ae804ca3bcb08be8346c46e8217e75433611 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.10.0"
+\version "2.11.38"
 
 \header {
     texidoc = " Easy-notation (or Ez-notation) prints names in note heads.
@@ -11,7 +11,7 @@ You also get ledger lines, of course."
 } 
 
 \relative {
-  \setEasyHeads
+  \easyHeadsOn
   f1 e
   f2 e
   f4 e
index 242971536d94ba2fdda96ea96caabb74ba27f2fc..a43b25b9063c136c7f6dbdd44e876f3a1fa54a4d 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.10.0"
+\version "2.11.38"
 
 \header{
 
@@ -20,7 +20,7 @@ lyrics ignores any other rhythms in the piece."
 m = \relative c'' {
     \autoBeamOff
     g8( a)  r8 \times 2/3 { g'8( f e) } r8 \grace {  d16[ c b] } e4
-    \emptyText
+    \textLengthOff
     d8.^"melisma"      \melisma c16
     \melismaEnd
     b
index bc870f59b33bbcdb5a5fcf558238f616914a5664..c63a805a045bea1a2261e9e07ed3efed1c8ca5ef 100644 (file)
@@ -8,13 +8,13 @@ the papercolumn is very wide."
   ragged-right = ##t
 }
 
-\version "2.10.7"
+\version "2.11.38"
 <<
   \new Staff \relative c' {
     \key aes \major
     \context Voice = "1" { 
       f8 f
-      \emptyText
+      \textLengthOff
       
       f^"xxxxxxxxxxxxxxxxxxxxxxxxxx"  f
     }
index e4589d4a9bd9302a855a179c56de59de0998e752..00ae9f90958a794fabd649e22a82606efc3ad939 100644 (file)
@@ -25,10 +25,10 @@ For maintenance reasons, we don't excercise the entire markup command set.
 
 
 
-\version "2.11.5"
+\version "2.11.38"
 
 {
-  \fatText
+  \textLengthOn
   f'1-\markup {
     foo
     \raise #0.2 \hbracket \bold bar
index 82256aac1899a49edac0097d279fddfc856e4418..9627a48ffebe224e50f5577a9572191302f78b1f 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.10.0"
+\version "2.11.38"
 
 \header{
   texidoc=" By default, text is set with empty horizontal dimensions.  
@@ -11,11 +11,11 @@ to control the horizontal size of text.  " }
 }
 
 \relative c''{
-  %% \emptyText
+  %% \textLengthOff
   %% short for \override TextScript  #'no-spacing-rods = ##t
   c2_"very wide and long text" c | \break
   %% short for \override TextScript  #'no-spacing-rods = ##f
-  \fatText
+  \textLengthOn
   c_"very wide and long text" c
 }