lilypond-devel
[Top][All Lists]
Advanced

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

Regtest "dynamics-broken-hairpin.ly"


From: Simon Albrecht
Subject: Regtest "dynamics-broken-hairpin.ly"
Date: Thu, 27 Aug 2015 15:11:33 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

Hello,

forgive if this should be an unnecessary question, but: does this regtest do what it should?
The description says:

\header{
texidoc = "Broken crescendi should be open on one side."
}

but the code reads

\relative {
  c''1 \< \break c1\!  \> \break c1\!
}

so each hairpin actually ends before line break and there are no broken hairpins IIUC.

It’s somewhat self-contradictory here: To match the regtest title, I’d use some code like

\relative {
  c''1 \< \break
  c
  c\> \break
  c
  c\!
}

(output attached)
– but, quite correctly, the ‘inner’ broken parts are open to both sides.

So, whatever this regtest was designed for, either it needs a clearer description or different code.

Best regards, Simon

Attachment: dynamics-broken-hairpin.pdf
Description: Adobe PDF document


reply via email to

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