]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove obsolete paper variable `packed'.
authorNeil Puttock <n.puttock@gmail.com>
Fri, 5 Dec 2008 01:18:36 +0000 (01:18 +0000)
committerNeil Puttock <n.puttock@gmail.com>
Fri, 5 Dec 2008 01:18:36 +0000 (01:18 +0000)
Documentation/de/user/ancient.itely
Documentation/de/user/lilypond-book.itely
Documentation/es/user/ancient.itely
Documentation/es/user/lilypond-book.itely
Documentation/fr/user/ancient.itely
Documentation/user/ancient.itely
Documentation/user/lilypond-book.itely
input/regression/markup-note-dot.ly
input/regression/mensural-ligatures.ly
ly/gregorian.ly
scripts/lilypond-book.py

index 22e0de394594eb9597aec422d656e412bab95d30..bd0eca8b92ccf4c9549c963652d627a488cd6361 100644 (file)
@@ -1926,7 +1926,7 @@ Kontexte initialisieren alle relevanten Eigenschaften für das Notensystem
 und die graphischen Objekte, so dass unmittelbar mit der Notation
 begonnen werden kann. Siehe das folgende Beispiel:
 
-@lilypond[quote,ragged-right,packed,verbatim]
+@lilypond[quote,ragged-right,verbatim]
 \include "gregorian.ly"
 \score {
   <<
index 23f5973ec146aaef7a43e15ff68d60da21a03db6..8342ecc9fcb2c2a9115a9c55f36f20a9ead94feb 100644 (file)
@@ -585,11 +585,6 @@ explizit angegeben ist.
 Streckt Musikfragmente mit nur einer Notenzeile auf die volle Breite,
 es wird also @code{ragged-right = ##f} in das Musikfragment eingefügt.
 
-@c does this option still exist in lilypond? -jm
-@item packed
-Erzeugt Notenzeilen mit möglichst engem Notenabstand, es wird also 
-@code{packed = ##t} in das Musikfragment eingefügt.
-
 @item line-width
 @itemx line-width=@var{Breite}\@var{Einheit}
 Setzt die Breite der Notenzeilen auf @var{Breite}, gemessen in Vielfachen
index 108d398e47623b9d78b736639046929b86d37cef..035adcfc2f72eb01a4329a160c922a127140d20f 100644 (file)
@@ -966,7 +966,7 @@ propiedades relevantes de los contextos y de los objetos gráficos, de
 forma que pueda inmediatamente comenzar a escribir el canto en sí,
 como lo demuestra el siguiente fragmento:
 
-@lilypond[quote,ragged-right,packed,verbatim]
+@lilypond[quote,ragged-right,verbatim]
 \include "gregorian.ly"
 \score {
   <<
index 6b95fd7586a2ccc08687edcbc61305368bfbbef1..6a5a008ef350d1fc0cfe81c90bbb552b3e015f33 100644 (file)
@@ -595,11 +595,6 @@ Para fragmentos de una sola línea, permitir que la longitud del
 pentagrama se amplíe hasta igualar la anchura de la línea, es decir,
 se añade @code{ragged-right = ##f} al fragmento de LilyPond.
 
-@c does this option still exist in lilypond? -jm
-@item packed
-Producir líneas con el espaciado empaquetado, es decir, se añade
-@code{packed = ##t} al fragmento de código de LilyPond.
-
 @item line-width
 @itemx line-width=@var{tamaño}\@var{unidades}
 Establecer el ancho de línea como @var{tamaño}, utilizando
index d461565dfdbcb4801ba6d382ecff51e92a847222..b7c2fb747941d3740c8dbee316ee365c17a2e38d 100644 (file)
@@ -1992,7 +1992,7 @@ les propriétés de tous les autres contextes et objets graphiques à des
 valeurs adéquates, de telle sorte que vous pouvez tout de suite vous
 lancer dans la saisie de votre chant, comme ci-dessous :
 
-@lilypond[quote,ragged-right,packed,verbatim]
+@lilypond[quote,ragged-right,verbatim]
 \include "gregorian.ly"
 \score {
   <<
index 6ade2a71ee599674fda2d170663180cfff7b47b2..56960581c915d42062e857ee48c5dd1f819d2c27 100644 (file)
@@ -969,7 +969,7 @@ initialize all relevant context properties and grob properties to
 proper values, so you can immediately go ahead entering the chant, as
 the following excerpt demonstrates:
 
-@lilypond[quote,ragged-right,packed,verbatim]
+@lilypond[quote,ragged-right,verbatim]
 \include "gregorian.ly"
 \score {
   <<
index 8d2c16009d0a14831ad3df4bce0f8ec3526bd98f..a9a2282b4b5f50dd52f72a10bbcab211e4e92dd3 100644 (file)
@@ -574,11 +574,6 @@ For single-line snippets, allow the staff length to be stretched to
 equal that of the line width, i.e., @code{ragged-right = ##f} is
 added to the LilyPond snippet.
 
-@c does this option still exist in lilypond? -jm
-@item packed
-Produce lines with packed spacing, i.e., @code{packed = ##t} is added
-to the LilyPond snippet.
-
 @item line-width
 @itemx line-width=@var{size}\@var{unit}
 Set line width to @var{size}, using @var{unit} as units.  @var{unit} is
index 188b4dfbc93fb4a16d92c4179909d230ec1f1037..b0539ead9901529de9c87743236c8e57a75fb180 100644 (file)
@@ -1,20 +1,13 @@
-
+\version "2.11.65"
 \header {
 
   texidoc = " A dotted whole note displayed via the @code{\\note}
   command must separate the note head and the dot. The dot avoids the upflag."
 
        }
-\paper {
-  packed = ##T
-}
-
-\version "2.11.51"
 
-
-\relative {
-  c^\markup { \note #"1." #1 }
-  c^\markup { \note #"2." #1 }
-  c^\markup { \note #"8." #1 }
+\relative c' {
+  c4^\markup { \note #"1." #1 }
+  c4^\markup { \note #"2." #1 }
+  c4^\markup { \note #"8." #1 }
 }
-
index 981c9080c63d49aa066bc73fa9d2deea003d7615..a9998f037bbeec2e86575f1002ec7ba7a91a8d22 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.51"
+\version "2.11.65"
 
 \header {
   texidoc = "Mensural ligatures show different shapes, depending on the
@@ -8,20 +8,24 @@
 
 \layout {
   ragged-right = ##t
-  packed = ##t
   indent = 0.0
   \context {
     \Voice
-    \remove Ligature_bracket_engraver
-    \consists Mensural_ligature_engraver
+    \remove "Ligature_bracket_engraver"
+    \consists "Mensural_ligature_engraver"
+  }
+  \context {
+    \Score
+    \override SpacingSpanner #'packed-spacing = ##t
   }
 }
 
-\context Voice{
+\context Voice {
   \clef "petrucci-c4"
   \set Staff.printKeyCancellation = ##f
   \cadenzaOn % turn off bar lines
   #(set-accidental-style 'forget)
+  \textLengthOn
 
                                % ligaturae binaria
 
index 30a556ae0b5b1be23625a476a8ba89eeb0888743..f2b6e55bfccac9add9c20af937e3ae60445933cf 100644 (file)
@@ -223,7 +223,6 @@ ligature = #(define-music-function
 %
 \layout {
     indent = 0.0
-    packed = ##t
 
     %%% TODO: should raggedright be the default?
     %ragged-right = ##t
index 5a6565bc58c6d9a4390e872b72d747e4110e8358..d6f1cac90087c6b76a2762c6143d027f8ec755ba 100644 (file)
@@ -259,7 +259,6 @@ NOTES = 'body'
 NOTIME = 'notime'
 OUTPUT = 'output'
 OUTPUTIMAGE = 'outputimage'
-PACKED = 'packed'
 PAPER = 'paper'
 PREAMBLE = 'preamble'
 PRINTFILENAME = 'printfilename'
@@ -603,8 +602,6 @@ ly_options = {
         RAGGED_RIGHT: r'''ragged-right = ##t''',
 
         NORAGGED_RIGHT: r'''ragged-right = ##f''',
-
-        PACKED: r'''packed = ##t''',
     },
 
     ##