lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lilypond-auto] Issue 2646 in lilypond: Parenthesizing multi measure


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2646 in lilypond: Parenthesizing multi measure rests
Date: Mon, 13 Apr 2015 09:42:00 +0000

Updates:
        Labels: -Patch-new Patch-needs_work

Comment #7 on issue 2646 by address@hidden: Parenthesizing multi measure rests
https://code.google.com/p/lilypond/issues/detail?id=2646

Fails make check .. for example:

--snip--
% ****************************************************************
\sourcefilename "/tmp/lilypond-autobuild/input/regression/metronome-mark-broken-
bound.ly"
\sourcefileline 0
\version "2.17.11"

\header {
texidoc = "A @code{MetronomeMark}, @code{RehearsalMark} and @code{BarNumber}
should not effect the starting point of spanners.
"
}

<<
 \new Staff {
   e'1 \time 4/4 \break |
   \tempo \markup { "fooooo" } 4 = 90
   e'1 |
   e'1 |
 }

 \new Staff {
   \override Score.MetronomeMark.break-visibility = #all-visible
   \override TupletBracket.breakable = ##t
   \override Beam.breakable = ##t
   \override Glissando.breakable = ##t

   \ottava #1 \tuplet 1/1 { e'8\<\startTextSpan\startTrillSpan\glissando
     [ \override NoteColumn.glissando-skip = ##t\repeat unfold 22 e'8
\revert NoteColumn.glissando-skip e'8\!\stopTextSpan\stopTrillSpan ] } |
 }
 \addlyrics { ah __ \repeat unfold 21 { \skip 4 } _ rrgh }
 \addlyrics { ah --  \repeat unfold 21 { \skip 4 } _ rrgh }


\layout {
 \context {
   \Voice
   \remove "Forbid_line_break_engraver"
 }
}



% ****************************************************************

--snip--

Renaming input to: `/tmp/lilypond-autobuild/input/regression/metronome-mark-brok
en-bound.ly'
Interpreting music...
programming error: Grob `NoteColumn' has no interface for property `glissando-sk
ip'
continuing, cross fingers
programming error: Grob `NoteColumn' has no interface for property `glissando-sk
ip'
continuing, cross fingers
programming error: Grob `NoteColumn' has no interface for property `glissando-sk
ip'



--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

[Prev in Thread] Current Thread [Next in Thread]