bug-lilypond
[Top][All Lists]
Advanced

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

Re: Rehearsal Marks & Bar Lengthening


From: Will Oram
Subject: Re: Rehearsal Marks & Bar Lengthening
Date: Thu, 18 Aug 2005 12:35:31 -0500

My initial guess is that it's because you have a note in the \mark \markup -- is
that the case?  what happens if you remove the note?

Nope, most every time this happens, it is just an alphanumeric string.

---

This code demonstrates what I'm seeing. The secret, I've found, is the \with { \consists "Mark_engraver" } ... which is rather odd, as I've had this whitespace problem for weeks now, but I only learned how to apply the Mark_engraver trick yesterday.

\version "2.7.5"

\include "english.ly"

music = {
        a4 b c d |
        e f g a \bar "||"
        c, d e f |
        g a b c \bar "|."
}

barlines = {
        s1
        \mark \markup {Khaaaaaaaaaaaaaaaaaan!}
        s1*3
}

\score {
        \simultaneous {
                \new Staff <<
                        \barlines
                        \new Voice \relative d'' { \music }
                >>
                                                                        
                \new Staff \with { \consists "Mark_engraver" } <<
                        \barlines
                        \new Voice \relative d' { \music }
                >>
        }
        
        \layout { }
}

On Aug 18, 2005, at 12:33 AM, Graham Percival wrote:


On 17-Aug-05, at 10:29 PM, Will Oram wrote:

Really? I find it to be one of my more nagging problems, actually -- in past works I've had to replace \mark with \markup in order to circumvent this weirdness.

This is a picture of the phenomenon: http://www.foxchange.com/~spamguy/misc/images/longbar.jpg . Since I've never used fatText, this wouldn't be the culprit unless lily were using it without my knowledge.

Well, you know what to do -- produce a minimal snippet which demonstrates
this, so that we can figure out why it happens.


Will Oram // Genius @ Large // AIM spamguy21
spamguy (at) foxchange (dot) com // wro1 (at) cwru (dot) edu





reply via email to

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