summaryrefslogtreecommitdiff
path: root/input/regression/grace-nest2.ly
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2004-06-14 20:52:08 +0000
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2004-06-14 20:52:08 +0000
commit51159f8679de00e6cd526ca2a16e1ea4d4294f81 (patch)
tree3e68a775fffb37446a353e645a44736055de09f8 /input/regression/grace-nest2.ly
parentd9c925ac84c351461d698d337f025c2f4a3d445f (diff)
* scripts/convert-ly.py (conv): remove \notes.
apply to input examples. * lily/paper-outputter.cc (output_stencil): don't use smobify_self() but self_scm() (ouch). * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM from smobify_self(). * lily/paper-book.cc (output): load framework module scm_c_resolve_module().
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 d942d33d7e..b1a955de19 100644
--- a/input/regression/grace-nest2.ly
+++ b/input/regression/grace-nest2.ly
@@ -1,4 +1,4 @@
-\version "2.2.0"
+\version "2.3.4"
\header {
texidoc = "Grace code should not be confused by nested sequential musics, containing grace notes; practically speaking, this means that the end-bar and measure bar coincide in this example."
@@ -6,7 +6,7 @@ texidoc = "Grace code should not be confused by nested sequential musics, contai
\paper { raggedright= ##t }
-\score { \notes \context Voice {
+\score { \context Voice {
{ \grace b'8 c''2 }
\grace b'16 c''4 c''4 \bar "|."
}}