From: Joe Neeman Date: Thu, 1 Feb 2007 16:17:25 +0000 (+0200) Subject: Fix some warnings X-Git-Tag: release/2.11.16-1^2~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ad569e15bfcd041c81ffe33aa3b22300e7b371ab;p=lilypond.git Fix some warnings --- diff --git a/input/mutopia/F.Schubert/morgenlied.ly b/input/mutopia/F.Schubert/morgenlied.ly index fafb7f39bd..176b388c75 100644 --- a/input/mutopia/F.Schubert/morgenlied.ly +++ b/input/mutopia/F.Schubert/morgenlied.ly @@ -180,10 +180,6 @@ pianoLH = \relative c'' \repeat volta 2 { \override SpacingSpanner #'spacing-increment = #1.0 \override Slur #'height-limit = #1.5 } - \context { - \PianoStaff - \override VerticalAlignment #'forced-distance = #10 - } } \midi { \context { diff --git a/input/mutopia/R.Schumann/romanze-op28-2.ly b/input/mutopia/R.Schumann/romanze-op28-2.ly index 770a6c0b2c..0721b1f786 100644 --- a/input/mutopia/R.Schumann/romanze-op28-2.ly +++ b/input/mutopia/R.Schumann/romanze-op28-2.ly @@ -283,10 +283,6 @@ leftb = \transpose c cis { \Score \override SpacingSpanner #'common-shortest-duration = #(ly:make-moment 1 8) } - \context { - \PianoStaff - \override VerticalAlignment #'forced-distance = #13.0 - } } \midi { diff --git a/lily/align-interface.cc b/lily/align-interface.cc index 786e91010b..9424877f5e 100644 --- a/lily/align-interface.cc +++ b/lily/align-interface.cc @@ -125,8 +125,6 @@ get_skylines (Grob *me, Skyline_pair *skys = Skyline_pair::unsmob (g->get_property ("skylines")); if (skys) skylines = *skys; - else - programming_error ("no skylines for alignment-child\n"); /* this is perhaps an abuse of minimum-?-extent: maybe we should create another property? But it seems that the only (current) use of