From: Graham Percival Date: Tue, 16 Nov 2010 20:06:41 +0000 (+0000) Subject: convert-ly: run on all. X-Git-Tag: release/2.13.40-1~16^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fb9919da3c78e8c30966c7a9530f47e527025faa;p=lilypond.git convert-ly: run on all. --- diff --git a/Documentation/fr/notation/spacing.itely b/Documentation/fr/notation/spacing.itely index 10362b7bac..91b7311c14 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.13.36" +@c \version "2.13.39" @c Translators: Frédéric Chiasson, Jean-Charles Malahieude @@ -1745,11 +1745,11 @@ alors que la seconde redéfinit la propriété dans son intégralité. @example \new Staff \with @{ - \override VerticalAxisGroup #'next-staff-spacing #'space = #10 + \override VerticalAxisGroup #'staff-staff-spacing #'space = #10 @} @{ @dots{} @} \new Staff \with @{ - \override VerticalAxisGroup #'next-staff-spacing = + \override VerticalAxisGroup #'staff-staff-spacing = #'((padding . 1) (space . 10) (minimum-distance . 9) @@ -1764,7 +1764,7 @@ bloc @code{\layout}@tie{}: \layout @{ \context @{ \Staff - \override VerticalAxisGroup #'next-staff-spacing #'space = #10 + \override VerticalAxisGroup #'staff-staff-spacing #'space = #10 @} @} @end example