CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch:
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/08/16 23:38:20
Modified files:
. : ChangeLog
input/regression: spacing-ragged-last.ly spacing-stick-out.ly
Log message:
specify Score context for
\override
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4022&tr2=1.4023&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/spacing-ragged-last.ly.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/spacing-stick-out.ly.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4022 lilypond/ChangeLog:1.4023
--- lilypond/ChangeLog:1.4022 Tue Aug 16 23:35:08 2005
+++ lilypond/ChangeLog Tue Aug 16 23:38:20 2005
@@ -1,5 +1,8 @@
2005-08-17 Han-Wen Nienhuys <[EMAIL PROTECTED]>
+ * input/regression/spacing-stick-out.ly: specify Score context for
+ \override
+
* input/regression/clefs.ly: remove spurious {}s
2005-08-17 Heikki Junes <[EMAIL PROTECTED]>
Index: lilypond/input/regression/spacing-ragged-last.ly
diff -u lilypond/input/regression/spacing-ragged-last.ly:1.9
lilypond/input/regression/spacing-ragged-last.ly:1.10
--- lilypond/input/regression/spacing-ragged-last.ly:1.9 Sun Jun 26
22:39:14 2005
+++ lilypond/input/regression/spacing-ragged-last.ly Tue Aug 16 23:38:20 2005
@@ -2,17 +2,15 @@
\header {
- texidoc = "If @code{raggedlast} is set, the systems are broken
+ texidoc = "If @code{raggedlast} is set, the systems are broken
similar to paragraph formatting in text: the last line is
- justified. "
-
- }
+ unjustified. "
+}
-\score {
- \relative c'' \new Staff { \repeat unfold 20 { c1 } }
- \layout{
- raggedlast = ##t
- }
+\layout{
+ raggedlast = ##t
}
-
+
+\relative c'' \new Staff { \repeat unfold 20 { c1 } }
+
Index: lilypond/input/regression/spacing-stick-out.ly
diff -u lilypond/input/regression/spacing-stick-out.ly:1.3
lilypond/input/regression/spacing-stick-out.ly:1.4
--- lilypond/input/regression/spacing-stick-out.ly:1.3 Tue Jul 26 22:24:30 2005
+++ lilypond/input/regression/spacing-stick-out.ly Tue Aug 16 23:38:20 2005
@@ -10,8 +10,9 @@
\version "2.6.0"
\layout { raggedright = ##t }
+
\relative {
- \override PaperColumn #'keep-inside-line = ##t
+ \override Score.PaperColumn #'keep-inside-line = ##t
c1 c1^"This is a really long text" c
}
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs