lilypond-devel
[Top][All Lists]
Advanced

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

Broken hairpinToBarline context property?


From: Patrick McCarty
Subject: Broken hairpinToBarline context property?
Date: Sun, 27 Apr 2008 14:54:14 -0700

Should the hairpinToBarline context property be set to true by
default?  In ly/engraver-init.ly, I see that it's set to true, but in
the default output, this property is set to false.  Compare this
snippet,

\relative c'' {
  e4\< e2. e1\!
  \set hairpinToBarline = ##f
  e4\< e2. e1\!
}

with this snippet:

\relative c'' {
  e4\< e2. e1\!
  \set hairpinToBarline = ##t
  e4\< e2. e1\!
}




reply via email to

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