summaryrefslogtreecommitdiff
path: root/input/regression/grace-nest2.ly
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2001-08-14 13:48:31 +0200
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2001-08-14 13:48:31 +0200
commit8e300d9598c6f54cb18d8bc8cd0458fa1028d8b9 (patch)
treecfe5f4b55649d839abb934164dd3361f5e892397 /input/regression/grace-nest2.ly
parent087e8a65fe2c30e044c290f68e8e3ae523cf6171 (diff)
release: 1.5.6
========= * Allow for duplicated articulation scripts with different direction. * Added new ornaments: \upmordent, \downmordent, \pralldown, \prallup, \lineprall, \thumb, \comma (to be used with scriptHorizontal = ##t), see also input/test/trill.ly. [WARNING: FONT UPDATE!] * Bug fix: staccato dot placement. 1.5.5.
Diffstat (limited to 'input/regression/grace-nest2.ly')
-rw-r--r--input/regression/grace-nest2.ly4
1 files changed, 2 insertions, 2 deletions
diff --git a/input/regression/grace-nest2.ly b/input/regression/grace-nest2.ly
index 5ab4e1e56c..fbd4c8989e 100644
--- a/input/regression/grace-nest2.ly
+++ b/input/regression/grace-nest2.ly
@@ -4,6 +4,6 @@ texidoc = "grace code should not be confused by nested sequential musics, contai
}
\score { \notes \context Voice {
- { \grace b'4 c''2 }
- \grace b'4 c''2 \bar "|."
+ { \grace b'8 c''2 }
+ \grace b'16 c''4 c''4 \bar "|."
}}