summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kastrup <dak@gnu.org>2014-08-17 10:41:00 +0200
committerDavid Kastrup <dak@gnu.org>2014-08-24 13:18:10 +0200
commitff2ab19cbba5149e92584c6661a73ee63ccc45da (patch)
tree3cfc3130c30e15d38dd2d1d558656fc34483e80b
parent7f34e80b8d8bebfa4b1f3721a12718b04d7e02f4 (diff)
Run scripts/auxiliar/update-with-convert-ly.sh
-rw-r--r--Documentation/de/notation/spacing.itely18
-rw-r--r--Documentation/es/extending/programming-interface.itely4
-rw-r--r--Documentation/es/notation/spacing.itely4
-rw-r--r--Documentation/extending/programming-interface.itely4
-rw-r--r--Documentation/fr/extending/programming-interface.itely4
-rw-r--r--Documentation/fr/notation/spacing.itely4
-rw-r--r--Documentation/ja/notation/spacing.itely18
-rw-r--r--Documentation/ly-examples/cary-layout.ily4
-rw-r--r--Documentation/notation/spacing.itely4
-rw-r--r--Documentation/snippets/displaying-grob-ancestry.ly4
-rw-r--r--Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly10
-rw-r--r--Documentation/snippets/vocal-ensemble-template.ly10
-rw-r--r--input/regression/add-stem-support.ly6
-rw-r--r--input/regression/baerenreiter-sarabande.ly10
-rw-r--r--input/regression/dynamics-empty.ly4
-rw-r--r--input/regression/ferneyhough-hairpins.ly10
-rw-r--r--input/regression/morgenlied.ly4
-rw-r--r--input/regression/mozart-hrn-3.ly6
-rw-r--r--input/regression/note-names-context.ly5
-rw-r--r--input/regression/page-breaking-min-distance.ly4
-rw-r--r--input/regression/page-spacing.ly6
-rw-r--r--input/regression/page-top-space.ly4
-rw-r--r--input/regression/paper-nested-override.ly4
-rw-r--r--input/regression/paper-nested-override2.ly4
-rw-r--r--input/regression/skyline-point-extent.ly6
-rw-r--r--input/regression/typography-demo.ly4
26 files changed, 82 insertions, 83 deletions
diff --git a/Documentation/de/notation/spacing.itely b/Documentation/de/notation/spacing.itely
index 1b4d0ce673..35748c26f4 100644
--- a/Documentation/de/notation/spacing.itely
+++ b/Documentation/de/notation/spacing.itely
@@ -8,7 +8,7 @@
Guide, node Updating translation committishes.
@end ignore
-@c \version "2.17.30"
+@c \version "2.19.12"
@c Translators: Till Paala
@@ -478,7 +478,7 @@ vollständig neu definiert:
@example
\paper @{
- system-system-spacing #'basic-distance = #8
+ system-system-spacing.basic-distance = #8
score-system-spacing =
#'((basic-distance . 12)
(minimum-distance . 6)
@@ -1185,11 +1185,11 @@ Das obige Beispiel, das den Einsatz von @code{\layoutVariable} zeigt,
würde in seiner finalen Version folgende @code{\layout}-Umgebung haben:
@example
- TextScript #'padding = #1
- TextScript #'color = #magenta
- Glissando #'thickness = #1.5
- NoteHead #' font-size = #4
- NoteHead #' color = #red
+ TextScript.padding = #1
+ TextScript.color = #magenta
+ Glissando.thickness = #1.5
+ NoteHead.font-size = #4
+ NoteHead.color = #red
@end example
plus die Veränderungen an Einrückung (@code{indent}) und @code{StaffGrouper}.
@@ -1198,8 +1198,8 @@ Aber wenn die Variable vor der ersten @code{\layout}-Umgebung definiert
wird, würde die aktuelle Konfiguration nur enthalten:
@example
- NoteHead #' font-size= #4 % (written in the variable definition)
- NoteHead #' color = #red % (added after the use of the variable)
+ NoteHead.font-size= #4 % (written in the variable definition)
+ NoteHead.color = #red % (added after the use of the variable)
@end example
Wenn man sorgfältig plant, können @code{\layout}-Variablen ein wertvolles
diff --git a/Documentation/es/extending/programming-interface.itely b/Documentation/es/extending/programming-interface.itely
index 726f316dca..a0a61b0cb9 100644
--- a/Documentation/es/extending/programming-interface.itely
+++ b/Documentation/es/extending/programming-interface.itely
@@ -7,7 +7,7 @@
version that you are working on. See TRANSLATION for details.
@end ignore
-@c \version "2.19.2"
+@c \version "2.19.12"
@node Interfaces para programadores
@chapter Interfaces para programadores
@@ -1376,7 +1376,7 @@ interna o en el archivo 'define-grobs.scm':
@example
\relative c'' @{
- \override Flag #'X-offset = #(lambda (flag)
+ \override Flag.X-offset = #(lambda (flag)
(let ((default (ly:flag::calc-x-offset flag)))
(* default 4.0)))
c4. d8 a4. g8
diff --git a/Documentation/es/notation/spacing.itely b/Documentation/es/notation/spacing.itely
index d93a82571f..52e79ddc8b 100644
--- a/Documentation/es/notation/spacing.itely
+++ b/Documentation/es/notation/spacing.itely
@@ -8,7 +8,7 @@
Guide, node Updating translation committishes..
@end ignore
-@c \version "2.17.30"
+@c \version "2.19.12"
@ignore
GDP TODO list
@@ -581,7 +581,7 @@ segunda redefine la variable completamente:
@example
\paper @{
- system-system-spacing #'basic-distance = #8
+ system-system-spacing.basic-distance = #8
score-system-spacing =
#'((basic-distance . 12)
(minimum-distance . 6)
diff --git a/Documentation/extending/programming-interface.itely b/Documentation/extending/programming-interface.itely
index be58003442..9da93f5615 100644
--- a/Documentation/extending/programming-interface.itely
+++ b/Documentation/extending/programming-interface.itely
@@ -8,7 +8,7 @@
Guide, node Updating translation committishes..
@end ignore
-@c \version "2.19.2"
+@c \version "2.19.12"
@node Interfaces for programmers
@chapter Interfaces for programmers
@@ -1368,7 +1368,7 @@ can by found in the Internals Reference or the file 'define-grobs.scm':
@example
\relative c'' @{
- \override Flag #'X-offset = #(lambda (flag)
+ \override Flag.X-offset = #(lambda (flag)
(let ((default (ly:flag::calc-x-offset flag)))
(* default 4.0)))
c4. d8 a4. g8
diff --git a/Documentation/fr/extending/programming-interface.itely b/Documentation/fr/extending/programming-interface.itely
index a1c0433794..ca6b33a505 100644
--- a/Documentation/fr/extending/programming-interface.itely
+++ b/Documentation/fr/extending/programming-interface.itely
@@ -8,7 +8,7 @@
Guide, node Updating translation committishes..
@end ignore
-@c \version "2.19.2"
+@c \version "2.19.12"
@c Translators: Valentin Villenave, Jean-Charles Malahieude
@c Translation checkers: Gilles Thibault
@@ -1497,7 +1497,7 @@ valeur usuelle de la propriété :
@example
\relative c'' @{
- \override Flag #'X-offset = #(lambda (flag)
+ \override Flag.X-offset = #(lambda (flag)
(let ((default (ly:flag::calc-x-offset flag)))
(* default 4.0)))
c4. d8 a4. g8
diff --git a/Documentation/fr/notation/spacing.itely b/Documentation/fr/notation/spacing.itely
index 548e70867d..d0877e0087 100644
--- a/Documentation/fr/notation/spacing.itely
+++ b/Documentation/fr/notation/spacing.itely
@@ -8,7 +8,7 @@
Guide, node Updating translation committishes..
@end ignore
-@c \version "2.17.30"
+@c \version "2.19.12"
@c Translators: Frédéric Chiasson, Jean-Charles Malahieude
@@ -555,7 +555,7 @@ deuxième redéfinit complètement la variable.
@example
\paper @{
- system-system-spacing #'basic-distance = #8
+ system-system-spacing.basic-distance = #8
score-system-spacing =
#'((padding . 1)
diff --git a/Documentation/ja/notation/spacing.itely b/Documentation/ja/notation/spacing.itely
index 9c16677ce7..82234a683a 100644
--- a/Documentation/ja/notation/spacing.itely
+++ b/Documentation/ja/notation/spacing.itely
@@ -8,7 +8,7 @@
Guide, node Updating translation committishes..
@end ignore
-@c \version "2.17.30"
+@c \version "2.19.12"
@c Translators: Yoshiki Sawada
@@ -507,7 +507,7 @@ largest of:
@example
\paper @{
- system-system-spacing #'basic-distance = #8
+ system-system-spacing.basic-distance = #8
score-system-spacing =
#'((basic-distance . 12)
(minimum-distance . 6)
@@ -1196,11 +1196,11 @@ layoutVariable = \layout @{
@code{\layout} ブロックの構成は以下のようになります:
@example
- TextScript #'padding = #1
- TextScript #'color = #magenta
- Glissando #'thickness = #1.5
- NoteHead #' font-size = #4
- NoteHead #' color = #red
+ TextScript.padding = #1
+ TextScript.color = #magenta
+ Glissando.thickness = #1.5
+ NoteHead.font-size = #4
+ NoteHead.color = #red
@end example
これに @code{indent} と @code{StaffGrouper} の設定がプラスしたものです。
@@ -1209,8 +1209,8 @@ layoutVariable = \layout @{
場合、カレントの構成は以下だけになってしまいます:
@example
- NoteHead #' font-size= #4 % (変数定義で記述されたものです)
- NoteHead #' color = #red % (変数が使用された後に追加されたものです)
+ NoteHead.font-size= #4 % (変数定義で記述されたものです)
+ NoteHead.color = #red % (変数が使用された後に追加されたものです)
@end example
注意深く計画を立てれば、@code{\layout} 変数はソースのレイアウト設計を構築@c
diff --git a/Documentation/ly-examples/cary-layout.ily b/Documentation/ly-examples/cary-layout.ily
index c002e111d0..66c6a7fbd3 100644
--- a/Documentation/ly-examples/cary-layout.ily
+++ b/Documentation/ly-examples/cary-layout.ily
@@ -1,5 +1,5 @@
-\version "2.17.30"
+\version "2.19.12"
\layout {
indent = #0
@@ -42,7 +42,7 @@
printfirst-page-number = ##t
print-page-number = ##t
ragged-last-bottom = ##t
- markup-system-spacing #'minimum-distance = #25
+ markup-system-spacing.minimum-distance = #25
}
#(set-global-staff-size 14)
diff --git a/Documentation/notation/spacing.itely b/Documentation/notation/spacing.itely
index b4b3d7a80b..e90d71a45f 100644
--- a/Documentation/notation/spacing.itely
+++ b/Documentation/notation/spacing.itely
@@ -8,7 +8,7 @@
Guide, node Updating translation committishes..
@end ignore
-@c \version "2.17.30"
+@c \version "2.19.12"
@ignore
GDP TODO list
@@ -508,7 +508,7 @@ redefines the variable:
@example
\paper @{
- system-system-spacing #'basic-distance = #8
+ system-system-spacing.basic-distance = #8
score-system-spacing =
#'((basic-distance . 12)
(minimum-distance . 6)
diff --git a/Documentation/snippets/displaying-grob-ancestry.ly b/Documentation/snippets/displaying-grob-ancestry.ly
index 7a75bb1a33..d5c1053c36 100644
--- a/Documentation/snippets/displaying-grob-ancestry.ly
+++ b/Documentation/snippets/displaying-grob-ancestry.ly
@@ -4,7 +4,7 @@
%% and then run scripts/auxiliar/makelsr.py
%%
%% This file is in the public domain.
-\version "2.18.0"
+\version "2.19.12"
\header {
lsrtags = "devel, scheme-language, tweaks-and-overrides"
@@ -39,7 +39,7 @@ When called this way
@{
- \\once \\override NoteHead #'before-line-breaking = #display-ancestry
+ \\once \\override NoteHead.before-line-breaking = #display-ancestry
c @}
diff --git a/Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly b/Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly
index 8eba692deb..e6e8911fb0 100644
--- a/Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly
+++ b/Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly
@@ -4,7 +4,7 @@
%% and then run scripts/auxiliar/makelsr.py
%%
%% This file is in the public domain.
-\version "2.18.0"
+\version "2.19.12"
\header {
lsrtags = "automatic-notation, keyboards, template, vocal-music"
@@ -22,10 +22,10 @@ reduction.
} % begin verbatim
\paper {
- top-system-spacing #'basic-distance = #10
- score-system-spacing #'basic-distance = #20
- system-system-spacing #'basic-distance = #20
- last-bottom-spacing #'basic-distance = #10
+ top-system-spacing.basic-distance = #10
+ score-system-spacing.basic-distance = #20
+ system-system-spacing.basic-distance = #20
+ last-bottom-spacing.basic-distance = #10
}
global = {
diff --git a/Documentation/snippets/vocal-ensemble-template.ly b/Documentation/snippets/vocal-ensemble-template.ly
index e78416a106..ffb6e42cb4 100644
--- a/Documentation/snippets/vocal-ensemble-template.ly
+++ b/Documentation/snippets/vocal-ensemble-template.ly
@@ -4,7 +4,7 @@
%% and then run scripts/auxiliar/makelsr.py
%%
%% This file is in the public domain.
-\version "2.18.0"
+\version "2.19.12"
\header {
lsrtags = "really-simple, template, vocal-music"
@@ -21,10 +21,10 @@ regrouped on only two staves.
} % begin verbatim
\paper {
- top-system-spacing #'basic-distance = #10
- score-system-spacing #'basic-distance = #20
- system-system-spacing #'basic-distance = #20
- last-bottom-spacing #'basic-distance = #10
+ top-system-spacing.basic-distance = #10
+ score-system-spacing.basic-distance = #20
+ system-system-spacing.basic-distance = #20
+ last-bottom-spacing.basic-distance = #10
}
global = {
diff --git a/input/regression/add-stem-support.ly b/input/regression/add-stem-support.ly
index ab22af643b..db542afb84 100644
--- a/input/regression/add-stem-support.ly
+++ b/input/regression/add-stem-support.ly
@@ -1,4 +1,4 @@
-\version "2.17.10"
+\version "2.19.12"
\header {
texidoc = "@code{add-stem-support} can be removed or implemented
@@ -18,8 +18,8 @@ music = {
{
\music
- \override Fingering #'add-stem-support = ##f
+ \override Fingering.add-stem-support = ##f
\music
- \override Fingering #'add-stem-support = #only-if-beamed
+ \override Fingering.add-stem-support = #only-if-beamed
\music
} \ No newline at end of file
diff --git a/input/regression/baerenreiter-sarabande.ly b/input/regression/baerenreiter-sarabande.ly
index 892359dfc2..f7814f4f3b 100644
--- a/input/regression/baerenreiter-sarabande.ly
+++ b/input/regression/baerenreiter-sarabande.ly
@@ -1,4 +1,4 @@
-\version "2.17.6"
+\version "2.19.12"
forcedLastBreak = {} %% { \break } if needed to match original breaks
@@ -171,10 +171,10 @@ smallerPaper = \layout {
ragged-bottom = ##t
indent = 7. \mm
line-width =183.5 \mm
- system-system-spacing #'basic-distance = 14.22 % 25mm, in staff-spaces
- system-system-spacing #'padding = #0
- score-system-spacing #'basic-distance = #0
- score-system-spacing #'padding = #0
+ system-system-spacing.basic-distance = 14.22 % 25mm, in staff-spaces
+ system-system-spacing.padding = #0
+ score-system-spacing.basic-distance = #0
+ score-system-spacing.padding = #0
system-count = 6
%% annotatespacing = ##t
diff --git a/input/regression/dynamics-empty.ly b/input/regression/dynamics-empty.ly
index 4b06d96fae..cdf907a490 100644
--- a/input/regression/dynamics-empty.ly
+++ b/input/regression/dynamics-empty.ly
@@ -1,4 +1,4 @@
-\version "2.17.18"
+\version "2.19.12"
\header {
texidoc = "An empty Dynamics context does not confuse the spacing."
@@ -19,7 +19,7 @@
\layout {
\context {
\Dynamics
- \override VerticalAxisGroup #'nonstaff-relatedstaff-spacing
+ \override VerticalAxisGroup.nonstaff-relatedstaff-spacing
= #'((minimum-distance . 5))
}
}
diff --git a/input/regression/ferneyhough-hairpins.ly b/input/regression/ferneyhough-hairpins.ly
index 000d9da403..a49892c140 100644
--- a/input/regression/ferneyhough-hairpins.ly
+++ b/input/regression/ferneyhough-hairpins.ly
@@ -1,4 +1,4 @@
-\version "2.17.14"
+\version "2.19.12"
\header {
texidoc = "LilyPond creates hairpins found in Ferneyhough scores.
@@ -6,19 +6,19 @@
}
\relative c'' {
- \override Hairpin #'stencil = #flared-hairpin
+ \override Hairpin.stencil = #flared-hairpin
a4\< a a a\f
a4\p\< a a a\ff
a4\sfz\< a a a\!
- \override Hairpin #'stencil = #constante-hairpin
+ \override Hairpin.stencil = #constante-hairpin
a4\< a a a\f
a4\p\< a a a\ff
a4\sfz\< a a a\!
- \override Hairpin #'stencil = #flared-hairpin
+ \override Hairpin.stencil = #flared-hairpin
a4\> a a a\f
a4\p\> a a a\ff
a4\sfz\> a a a\!
- \override Hairpin #'stencil = #constante-hairpin
+ \override Hairpin.stencil = #constante-hairpin
a4\> a a a\f
a4\p\> a a a\ff
a4\sfz\> a a a\!
diff --git a/input/regression/morgenlied.ly b/input/regression/morgenlied.ly
index c335683198..550489f92d 100644
--- a/input/regression/morgenlied.ly
+++ b/input/regression/morgenlied.ly
@@ -27,7 +27,7 @@ been lowered
}
-\version "2.19.2"
+\version "2.19.12"
manuscriptBreak = { \break }
@@ -38,7 +38,7 @@ manuscriptBreak = { \break }
%#(set-global-staff-size (* 5.8 mm))
line-width = #(* mm 160)
indent = 8\mm
- system-system-spacing #'basic-distance = #10.3
+ system-system-spacing.basic-distance = #10.3
ragged-bottom = ##t
}
diff --git a/input/regression/mozart-hrn-3.ly b/input/regression/mozart-hrn-3.ly
index 3908f6bc60..ae58603ecf 100644
--- a/input/regression/mozart-hrn-3.ly
+++ b/input/regression/mozart-hrn-3.ly
@@ -48,7 +48,7 @@ virtuoso that taught in Geneva.
"
}
-\version "2.16.0"
+\version "2.19.12"
\include "mozart-hrn3-defs.ily"
\include "mozart-hrn3-allegro.ily"
@@ -56,8 +56,8 @@ virtuoso that taught in Geneva.
\include "mozart-hrn3-rondo.ily"
\paper {
- system-system-spacing #'basic-distance = 10
- score-system-spacing #'basic-distance = 20
+ system-system-spacing.basic-distance = 10
+ score-system-spacing.basic-distance = 20
}
\book {
diff --git a/input/regression/note-names-context.ly b/input/regression/note-names-context.ly
index 3041797736..52e4c4e914 100644
--- a/input/regression/note-names-context.ly
+++ b/input/regression/note-names-context.ly
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.12"
\header {
@@ -9,8 +9,7 @@
}
\paper {
- system-system-spacing
- #'basic-distance = #10 % increase this value for more space
+ system-system-spacing.basic-distance = #10 % increase this value for more space
}
notes = \relative c {
diff --git a/input/regression/page-breaking-min-distance.ly b/input/regression/page-breaking-min-distance.ly
index db23c7f274..71c2dd91da 100644
--- a/input/regression/page-breaking-min-distance.ly
+++ b/input/regression/page-breaking-min-distance.ly
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.12"
\header {
texidoc = "minimum-distance is correctly accounted for in page breaking."
@@ -6,7 +6,7 @@
\book {
\paper {
- score-system-spacing #'minimum-distance = #'20
+ score-system-spacing.minimum-distance = #'20
paper-height = 8\cm
}
diff --git a/input/regression/page-spacing.ly b/input/regression/page-spacing.ly
index f62e472255..2e150e61b6 100644
--- a/input/regression/page-spacing.ly
+++ b/input/regression/page-spacing.ly
@@ -13,7 +13,7 @@ By setting @code{annotate-spacing}, we can see the effect of each property.
}
-\version "2.17.6"
+\version "2.19.12"
#(set-global-staff-size 11)
@@ -65,8 +65,8 @@ By setting @code{annotate-spacing}, we can see the effect of each property.
ragged-last-bottom = ##f
annotate-spacing = ##t
obsolete-between-system-space = 1.0
- system-system-spacing #'basic-distance = #(/ obsolete-between-system-space staff-space)
- score-system-spacing #'basic-distance = #(/ obsolete-between-system-space staff-space)
+ system-system-spacing.basic-distance = #(/ obsolete-between-system-space staff-space)
+ score-system-spacing.basic-distance = #(/ obsolete-between-system-space staff-space)
#(set! text-font-defaults
(acons
'font-size 6
diff --git a/input/regression/page-top-space.ly b/input/regression/page-top-space.ly
index 80494988c3..2e73a60a4b 100644
--- a/input/regression/page-top-space.ly
+++ b/input/regression/page-top-space.ly
@@ -4,7 +4,7 @@
first system can be forced to be uniform."
}
-\version "2.17.6"
+\version "2.19.12"
#(set-default-paper-size "a6")
@@ -23,7 +23,7 @@ first system can be forced to be uniform."
\paper {
obsolete-page-top-space = 3 \cm
- top-system-spacing #'basic-distance = #(/ obsolete-page-top-space staff-space)
+ top-system-spacing.basic-distance = #(/ obsolete-page-top-space staff-space)
}
}
diff --git a/input/regression/paper-nested-override.ly b/input/regression/paper-nested-override.ly
index 5af168c697..3c16f09ab3 100644
--- a/input/regression/paper-nested-override.ly
+++ b/input/regression/paper-nested-override.ly
@@ -1,11 +1,11 @@
-\version "2.16.0"
+\version "2.19.12"
\header {
texidoc = "Nested properties can be set in the paper block."
}
\paper {
- system-system-spacing #'minimum-distance = #0.0
+ system-system-spacing.minimum-distance = #0.0
}
{ c1 \break c1 }
diff --git a/input/regression/paper-nested-override2.ly b/input/regression/paper-nested-override2.ly
index ce359b7403..3c1a6c8838 100644
--- a/input/regression/paper-nested-override2.ly
+++ b/input/regression/paper-nested-override2.ly
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.12"
\header {
texidoc = "Setting individual nested paper properties does not
@@ -9,7 +9,7 @@ remove existing settings or break spacing annotation."
\paper {
annotate-spacing = ##t
system-system-spacing = #'((basic-distance . 12) (minimum-distance . 8))
- system-system-spacing #'padding = #1
+ system-system-spacing.padding = #1
}
\relative c' {
\repeat unfold 10 { a4 d e f }
diff --git a/input/regression/skyline-point-extent.ly b/input/regression/skyline-point-extent.ly
index ceb27b2490..9d13cbd213 100644
--- a/input/regression/skyline-point-extent.ly
+++ b/input/regression/skyline-point-extent.ly
@@ -1,4 +1,4 @@
-\version "2.17.15"
+\version "2.19.12"
\header {
texidoc = "The @code{Script} grobs should follow the descending melody line,
@@ -16,7 +16,7 @@ even though the @code{NoteHead} stencils are point stencils. The
}
{
- \override Script #'direction = #DOWN
- \override NoteHead #'stencil = #point-stencil
+ \override Script.direction = #DOWN
+ \override NoteHead.stencil = #point-stencil
c'2.-> b8-- a-- g1->
}
diff --git a/input/regression/typography-demo.ly b/input/regression/typography-demo.ly
index 45a9945dfd..8f51e21475 100644
--- a/input/regression/typography-demo.ly
+++ b/input/regression/typography-demo.ly
@@ -8,7 +8,7 @@ heavily mutilated Edition Peters Morgenlied by Schubert"
}
-\version "2.19.2"
+\version "2.19.12"
#(ly:expect-warning (_ "(De)crescendo with unspecified starting volume in MIDI."))
ignoreMelisma = \set ignoreMelismata = ##t
@@ -20,7 +20,7 @@ ignoreMelismaOff = \unset ignoreMelismata
%#(set-global-staff-size (* 5.8 mm))
indent = #(* mm 4)
line-width = #(* mm 140)
- system-system-spacing #'basic-distance = #10.3
+ system-system-spacing.basic-distance = #10.3
ragged-bottom = ##t
}