lilypond-user
[Top][All Lists]
Advanced

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

Re: dynamic outside staff


From: Federico Bruni
Subject: Re: dynamic outside staff
Date: Wed, 03 Jun 2015 11:36:54 +0200

Il giorno mer 3 giu 2015 alle 11:23, Gianmaria Lari <address@hidden> ha scritto:
Sorry for my not clear english terminology! Yes, Federico, I want to span the hairpin over the bar line. I had a look to the documentation you mentioned
and made some test and I have some issues.

If I do:

\version "2.18.2"
\time 4/4
\relative {a\< b c d
e*\!* f g a
}

I expect that the hairpin is positioned above "a" note and end after the first bar line above the "e" note. But instead it ends above the "d" note
(before the first bar line).

But if I put the "\!" after the "f" note like in the following example, then
hairpin correctly end above the "f" note. What am I missing?

\version "2.18.2"
\time 4/4
\relative {a\< b c d
e f*\!* g a
}

I guess you didn't find the snippet I was writing about, here's the "deep link":
http://www.lilypond.org/doc/v2.18/Documentation/snippets/expressive-marks#expressive-marks-setting-hairpin-behavior-at-bar-lines

In your first example you must use:
 \override Hairpin.to-barline = ##f




reply via email to

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