]> git.donarmstrong.com Git - lilypond.git/commitdiff
Merge branch 'lilypond/translation'
authorFrancisco Vila <francisco.vila@hispalinux.es>
Mon, 1 Dec 2008 08:38:28 +0000 (09:38 +0100)
committerFrancisco Vila <francisco.vila@hispalinux.es>
Mon, 1 Dec 2008 08:38:28 +0000 (09:38 +0100)
Conflicts:

Documentation/es/user/chords.itely
Documentation/es/user/editorial.itely
Documentation/es/user/expressive.itely
Documentation/es/user/vocal.itely

20 files changed:
1  2 
Documentation/de/user/fundamental.itely
Documentation/de/user/introduction.itely
Documentation/de/user/staff.itely
Documentation/de/user/tutorial.itely
Documentation/de/user/tweaks.itely
Documentation/es/user/changing-defaults.itely
Documentation/es/user/chords.itely
Documentation/es/user/editorial.itely
Documentation/es/user/expressive.itely
Documentation/es/user/fretted-strings.itely
Documentation/es/user/lilypond-book.itely
Documentation/es/user/repeats.itely
Documentation/es/user/spacing.itely
Documentation/es/user/staff.itely
Documentation/es/user/text.itely
Documentation/es/user/tweaks.itely
Documentation/es/user/unfretted-strings.itely
Documentation/es/user/vocal.itely
Documentation/fr/user/fundamental.itely
Documentation/user/vocal.itely

index b2811f4a401d4fcdbd25087fde9c7ec91666f6bc,e0d6075ce5b9fb7e45025604370f39cb1f0b7578..66d85e6a2c0611992185f8cecab3978ad990a10e
@@@ -282,11 -292,11 +292,11 @@@ Information sieh
  Als Variablenname kann fast jeder beliebige Name benutzt werden,
  allerdings dürfen nur Buchstaben vorkommen (also keine Zahlen, Unterstriche,
  Sonderzeichen, etc.) und er darf nicht wie ein LilyPond-Befehl
- lauten. Die genauen Einschränkungen sind beschrieben in 
+ lauten.  Die genauen Einschränkungen sind beschrieben in 
  @ruser{File structure}.
  
 -@seealso
  
 +@seealso
  Eine vollständige Definition des Eingabeformats findet sich in 
  @ruser{File structure}.
  
@@@ -518,12 -531,12 +532,12 @@@ dass die neue Notenzeile oberhalb der b
  mit Namen @qq{Hauptzeile} plaziert werden soll, anstatt 
  standardmäßig unterhalb.
  
 -@seealso
  
 +@seealso
  Ossia werden oft ohne Notenschlüssel und Taktangabe gedruck, meist 
- auch etwas kleiner als die anderen Notenzeilen. Dies ist natürlich 
+ auch etwas kleiner als die anderen Notenzeilen.  Dies ist natürlich 
  auch in LilyPond möglich, benötigt aber Befehle, die bisher noch 
- nicht vorgestellt wurden. Siehe @ref{Size of objects}
+ nicht vorgestellt wurden.  Siehe @ref{Size of objects}
  und @ruser{Ossia staves}.
  
  
@@@ -972,16 -994,16 +995,16 @@@ Die Hälse einer Stimme können mit de
  LilyPond erlaubt Noten in verschiedenen Stimmen sich auf der gleichen
  vertikalen Position zu befinden, wenn die Hälse in entgegengesetzte
  Richtungen zeigen, und positioniert die dritte und vierte Stimme dann
- so, dass Zusammenstöße möglichst vermieden werden. Das funktioniert
+ so, dass Zusammenstöße möglichst vermieden werden.  Das funktioniert
  gewöhnlich recht gut, aber in diesem Beispiel sind die Noten der untersten
- Stimme eindeutig standardmäßig schlecht positioniert. LilyPond bietet
+ Stimme eindeutig standardmäßig schlecht positioniert.  LilyPond bietet
  verschiedene Möglichkeiten, die horizontale Position von Noten
- anzupassen. Wir sind aber noch nicht so weit, dass wir diese Funktionen
- anwenden könnten. Darum heben wir uns das Problem für einen späteren Abschnitt auf; siehe @code{force-hshift}-Eigenschaft in @ref{Fixing
+ anzupassen.  Wir sind aber noch nicht so weit, dass wir diese Funktionen
+ anwenden könnten.  Darum heben wir uns das Problem für einen späteren Abschnitt auf; siehe @code{force-hshift}-Eigenschaft in @ref{Fixing
  overlapping notation}.
  
 -@seealso
  
 +@seealso
  Notationsreferenz: @ruser{Multiple voices}.
  
  
@@@ -1804,11 -1852,11 +1853,11 @@@ umgeben werden, also etw
  @code{\new Staff = "Mein System 1" @var{musikalischer Ausdruck}}.
  Der Name wird
  benutzt, um später auf genau diesen spezifischen Kontext 
- zu verweisen. Dieses Vorgehen wurde schon in dem Abschnitt
+ zu verweisen.  Dieses Vorgehen wurde schon in dem Abschnitt
  zu Gesangstexten angewandt, siehe @ref{Voices and vocals}.
  
 -@seealso
  
 +@seealso
  Notationsreferenz: @ruser{Creating contexts}.
  
  
index 146bef88786984a4f50cc67357890652dccb459f,5f645fdc7a624826a1c78bab4f9bf67b4147b4f6..80a15aae7c7b2f94196c1a0b3b9351743226371b
@@@ -245,10 -246,9 +246,9 @@@ Neue Systemgruppen können definiert we
  
  @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
  {mensurstriche-layout-bar-lines-between-the-staves.ly}
- @c FIXME: move to NR 2.8.x when sectioning is ready
  
 -@seealso
  
 +@seealso
  Glossar:
  @rglos{brace},
  @rglos{bracket},
Simple merge
Simple merge
index 79bd49158b2a3410d7fc620425be7086170aba05,456f8b1773ba5b745a1ebcf773a2161338383e64..fec86b7b5275148949d7e5b99975179f9b2f6912
@@@ -164,11 -215,21 +216,21 @@@ maj, maj
  Acorde de séptima mayor.  Este modificador añade una séptima elevada.
  El @code{7} que sigue a @code{maj} es opcional.  NO utilice este
  modificador para crear una tríada mayor.
+ @tab
+ @lilypond[line-width=4\cm, noragged-right]
+ \chordmode {
+   \override Staff.TimeSignature #'stencil = ##f
+   c1:maj c:maj7
+ }
+ @end lilypond
  
- @end table
+ @end multitable
  
 -@seealso
  
 +@seealso
+ Referencia de la notación:
+ @ref{Common chord modifiers}.
  Fragmentos de código:
  @rlsr{Chords}.
  
@@@ -306,11 -363,13 +365,18 @@@ de ser movida por efecto de una inversi
  }
  @end lilypond
  
 -@seealso
++Los modificadores de acorde que se pueden utilizar para producir una
++amplia variedad de acordes estándar se muestran en @ref{Common chord
++modifiers}.
++
  
 +@seealso
+ Referencia de la notación:
+ @ref{Common chord modifiers}.
  Fragmentos de código:
--@rlsr{Chords}
++@rlsr{Chords}.
 +
  
  @knownissues
  
@@@ -570,32 -622,21 +632,21 @@@ acorde está alterado
  @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
  {chord-name-major7.ly}
  
- @c @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
- @c {adding-bars-to-chordnames.ly)
- @c @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
- @c {volta-brackets-over-chord-names.ly}
+ @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+ {adding-bar-lines-to-chordnames-context.ly}
  
- @c TODO  convert to snippet
- @c @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
- @c {changing-chord-separator.ly}
+ @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+ {volta-below-chords.ly}
  
- El separador entre las distintas partes del nombre de un acorde se
- puede establecer para que sea cualquier elemento de marcado.
+ @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+ {changing-chord-separator.ly}
  
- @lilypond[quote,ragged-right,fragment,verbatim]
- \chords {
-   c:7sus4
-   \set chordNameSeparator
-     = \markup { \typewriter "|" }
-   c:7sus4
- }
- @end lilypond
  
 -@seealso
  
 +@seealso
  Referencia de la notación:
- @ref{Chord name chart}.
+ @ref{Chord name chart},
+ @ref{Common chord modifiers}.
  
  Archivos instalados:
  @file{scm/@/chords@/-ignatzek@/.scm},
@@@ -871,16 -913,28 +924,30 @@@ Fin de línea de continuació
  @cindex bajo cifrado, líneas de extensión
  @code{\bassFigureExtendersOn},
  @code{\bassFigureExtendersOff}.
 +@endpredefined
 +
  
  @snippets
--@c TODO  Fix this snippet -- Plus direction should be RIGHT.
  @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
  {changing-the-positions-of-figured-bass-alterations.ly}
  
 +
  @seealso
 -
+ @c Music Glossary:
+ @c @rglos{}.
 -
++@c
+ @c Learning Manual:
+ @c @rlearning{}.
 -
++@c
+ @c Notation Reference:
+ @c @ref{}.
 -
++@c
+ @c Application Usage:
+ @c @rprogram{}.
 -
++@c
+ @c Installed Files:
+ @c @file{}.
++@c
  Fragmentos de código:
  @rlsr{Chords}.
  
@@@ -930,11 -982,11 +997,6 @@@ El bajo cifrado se puede añadir tambiÃ
  directamente.  En este caso, la posición vertical de las cifras se
  ajusta automáticamente.
  
--@c TODO add a second paragraph to show direction change.  First
--@c   example should be UP (default), second should be DOWN.
--
--@c  TODO change to use predefined command once it is added to
--@c  property-init.ly  -cds
  @lilypond[verbatim,ragged-right,fragment,quote]
  <<
    \new Staff = myStaff
@@@ -971,24 -1023,23 +1033,6 @@@ se puede presentar encima o debajo del 
  >>
  @end lilypond
  
--@ignore
--@c I don't understand this -cs
--When using continuation lines, common figures are always put in the
--same vertical position.  When this is unwanted, you can insert a rest.
--The rest will clear any previous alignment.  For
--example, you can write
--
--@example
--<6 4>8 r8
--@end example
--
--@noindent
--instead of
--@example
--<4 6>4
--@end example
--@end ignore
  
  @predefined
  @cindex bajo cifrado, alineación
index 76b1f8872cf4eb856681d982909e966527c08ed5,fca30a8a8426c634e64cc49800aaaf6ac87b90ce..4167732871ed419390a3d2fd5eca590d91423ebc
@@@ -201,10 -200,13 +201,13 @@@ and placement}
  @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
  {allowing-fingerings-to-be-printed-inside-the-staff.ly}
  
 -@seealso
+ @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+ {avoiding-collisions-of-chord-fingering-with-beams.ly}
  
 +@seealso
  Referencia de la notación:
--@ref{Direction and placement}
++@ref{Direction and placement}.
  
  Fragmentos de código:
  @rlsr{Editorial annotations}.
index c6394ee1675ebcb6c19461db9eedb4c29fe4571b,2074d33599f3079c7a82272f1bd8ee4cd1bc1ff8..f8c8af12cf555f05653a56ce43ffd0107e6d0c6c
@@@ -652,15 -657,31 +658,31 @@@ c4\( g' c,( b) | c1\
  
  No se pueden tener varias ligaduras de fraseo simultáneas o solapadas.
  
+ Las ligaduras de fraseo pueden ser continuas, de puntos o de rayas.
+ El estilo predeterminado para las ligaduras de fraseo es el continuo:
+ @lilypond[verbatim,quote,relative=1]
+ c4\( e g2\)
+ \phrasingSlurDashed
+ g4\( e c2\)
+ \phrasingSlurDotted
+ c4\( e g2\)
+ \phrasingSlurSolid
+ g4\( e c2\)
+ @end lilypond
  
  @predefined
 -
  @code{\phrasingSlurUp},
  @code{\phrasingSlurDown},
- @code{\phrasingSlurNeutral}.
+ @code{\phrasingSlurNeutral},
+ @code{\phrasingSlurDashed},
+ @code{\phrasingSlurDotted},
+ @code{\phrasingSlurSolid}.
 +@endpredefined
  
 -@seealso
  
 +@seealso
  Manual de aprendizaje:
  @rlearning{On the un-nestedness of brackets and ties}.
  
Simple merge
Simple merge
index 70e4c7bb902bbf31686a55c77163fd9293c958bc,d01c54e48ab666d250ac4673cbaf0a202ad0352e..bde183c258e415e5571c5a5fe9f9d9d752863b98
@@@ -241,10 -241,9 +240,8 @@@ más detalles, consulte @ref{Defining n
  
  @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
  {mensurstriche-layout-bar-lines-between-the-staves.ly}
- @c FIXME: move to NR 2.8.x when sectioning is ready
  
  @seealso
 -
  Glosario musical:
  @rglos{brace},
  @rglos{bracket},
Simple merge
Simple merge
index 1e00035020883d8e4b03a7d88fcbfcf3ef44a3da,0b6ff2f4f6f7d40f4db415f4709646ba95af972b..6c9450730e5667e13913daefba36af8f92f026a2
@@@ -285,6 -293,6 +294,8 @@@ código ASCII por encima del 127, o un
  consistente en la combinación de una barra invertida seguida por
  @code{`}, @code{'}, @code{"} ó @code{^}.
  
++@c " to balance double quotes for not-so-bright context-sensitive editors
++
  Para definir identificadores que contengan letra, se debe usar la
  función @code{lyricmode}.
  
@@@ -304,10 -312,15 +315,15 @@@ verseOne = \lyricmode @{ Joy to the wor
  
  
  @seealso
- Referencia de funcionamiento interno: @rinternals{LyricText},
 -
+ Referencia de la notación:
+ @ref{Fonts}.
+ Referencia de funcionamiento interno:
+ @rinternals{LyricText},
  @rinternals{LyricSpace}.
  
 +
+ @c FIXME: this title has to be changed (possible confusion with LM) -vv
  @node Setting simple songs
  @unnumberedsubsubsec Setting simple songs
  
@@@ -398,13 -411,14 +414,15 @@@ El código de entrada definitivo serí
  >>
  @end example
  
 -@seealso
  
 +@seealso
  @c TODO: document \new Staff << Voice \lyricsto >> bug
  Referencia de funcionamiento interno:
- @rinternals{LyricCombineMusic}, @rinternals{Lyrics}.
+ @rinternals{LyricCombineMusic},
+ @rinternals{Lyrics}.
  
 +
  @node Aligning lyrics to a melody
  @subsection Aligning lyrics to a melody
  
@@@ -539,9 -564,10 +568,10 @@@ duraciones manuales de las sílabas de
   } >>
  @end lilypond
  
 -@seealso
  
- Referencia de funcionamiento interno: @rinternals{Lyrics}.
 +@seealso
+ Referencia de funcionamiento interno:
+ @rinternals{Lyrics}.
  
  
  @node Multiple syllables to one note
@@@ -642,18 -680,16 +684,17 @@@ sección @rlearning{Vocal ensembles}
  
  
  @predefined
 -
 +@funindex \melisma
  @code{\melisma},
 -@code{\melismaEnd}
  @funindex \melismaEnd
 -@funindex \melisma
 +@code{\melismaEnd}.
 +@endpredefined
  
 -@seealso
  
- @comment  Referencia de funcionamiento interno:
- @comment  @rinternals{Melisma_translator}.
 +@seealso
+ @c @lsr{vocal,lyric@/-combine.ly}.
  
 +
  @knownissues
  
  Los melismas no se detectan automáticamente, y las líneas de extensión
@@@ -705,10 -749,11 +754,11 @@@ guiones.  Se puede controlar si esto oc
  @code{minimum-length} (umbral por debajo del cual se suprimen los
  guiones).
  
 -@seealso
  
- Referencia de funcionamiento interno: @rinternals{LyricExtender},
- @rinternals{LyricHyphen}
 +@seealso
 -@rinternals{LyricHyphen}
+ Referencia de funcionamiento interno:
+ @rinternals{LyricExtender},
++@rinternals{LyricHyphen}.
  
  
  @node Lyrics and repeats
index 6bd9e2538623ad804e526d377f7342dcb2986470,7838515d9e8db84fede126354b3addaae8c3ddb6..56d58706a363cbfadec94dbf678b93bca750d1bf
@@@ -902,10 -904,10 +904,10 @@@ pas correctement placées.  LilyPond me
  moyens d'ajuster le positionnement horizontal des notes.  Nous ne sommes
  pas encore tout à fait prêts pour voir comment corriger cela, aussi nous
  examinerons ce problème dans un autre chapitre (voir la propriété
force-hshift  dans @ref{Fixing overlapping notation}).
@code{force-hshift}  dans @ref{Fixing overlapping notation}).
  
 -@seealso
  
 +@seealso
  Manuel de notation : @ruser{Multiple voices}.
  
  
@@@ -1563,20 -1564,20 +1564,20 @@@ nécessaires, et dans le bon ordre.  En
  une notation spéciale, modifier les contextes ou en créer de nouveaux
  devient extrêment utile.
  
- En plus des contextes @code{Score,} @code{Staff} et @code{Voice}, sont
+ En plus des contextes @code{Score,} @code{Staff} et @code{Voice} sont
  disponibles d'autres contextes intermédiaires entre les niveaux 
- partition et portée, chargés de gèrer certains regroupement, tels que
- @code{PianoStaff} ou @code{ChoirStaff}.  Vous disposez aussi d'autres
+ partition et portée, chargés de gérer certains regroupement, tels que
+ @code{PianoStaff} ou @code{ChoirStaff}.  Sont aussi disponibles d'autres
  contextes de portée ou de voix alternatifs, ainsi que des contextes
  spécifiques pour les paroles, les percussions, les tablatures
- d'instruments frettés, la basse chifrée, etc.
+ d'instruments frettés, la basse chiffrée, etc.
  
  Le nom de chacun des contextes est formé d'un ou plusieurs mots aux
- initiales en majuscule et directements accolés les uns aux autres sans
+ initiales en majuscule et directement accolés les uns aux autres sans
  ponctuation, comme par exemple @code{GregorianTranscriptionStaff}.
  
 -@seealso
  
 +@seealso
  Manuel de notation : @ruser{Contexts explained}.
  
  
@@@ -2042,12 -2043,12 +2043,12 @@@ avec la commande @code{\with}, puisqu'o
  @end lilypond
  
  @noindent
- Les propriétés de contextes ainsi définies peuvent être adaptées pour
- chacun des contextes en particulier grace à un bloc @code{\with} ou bien
+ Les propriétés de contexte ainsi définies peuvent être adaptées pour
+ chacun des contextes en particulier grâce à un bloc @code{\with} ou bien
  une commande @code{\set} au fil des notes.
  
 -@seealso
  
 +@seealso
  Manuel de notation : @ruser{Changing context default settings},
  @ruser{The set command}.
  
Simple merge