From ad569e15bfcd041c81ffe33aa3b22300e7b371ab Mon Sep 17 00:00:00 2001 From: Joe Neeman Date: Thu, 1 Feb 2007 18:17:25 +0200 Subject: [PATCH] Fix some warnings --- input/mutopia/F.Schubert/morgenlied.ly | 4 ---- input/mutopia/R.Schumann/romanze-op28-2.ly | 4 ---- lily/align-interface.cc | 2 -- 3 files changed, 10 deletions(-) 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 -- 2.39.5