[CM] CMN help: line breaks with pedal

Kyle Markley kmarkley@seffera.net
Sun, 13 Feb 2005 18:52:24 -0800


I can't seem to get pedal marks to cooperate with line breaks.  Either I  
don't know what I'm doing (very likely!) or this may be a CMN bug or just  
unsupported.  The code below will execute successfully, but if you remove  
the comment on the ending "bar", you'll get this error:

** - Continuable Error
NO-APPLICABLE-METHOD: When calling #<GENERIC-FUNCTION SHORT-NOTE> with  
arguments
  (#<BAR: (onset 24)> :X0 28.55), no method is applicable.

How can I get the pedaling notation to correctly cross a line break?



(cmn (size 20) (staff-separation 3) (line-separation 3)
   (system brace
     (staff treble df-major (meter 3 4)

bar c4 q c4 q c4 q
bar c4 q c4 q c4 q
bar c4 q c4 q c4 q
bar c4 q c4 q c4 q
bar c4 q c4 q c4 q
bar c4 q c4 q c4 q
bar c4 q c4 q c4 q
bar c4 q c4 q c4 q
bar c4 q c4 q c4 q
bar c4 q c4 q c4 q
bar c4 q c4 q c4 q
bar

     )
     (staff (bass (pedal- (dy -1))) df-major (meter 3 4)

bar           b3 q b3 q b3 q
bar           b3 q b3 q b3 q
bar           b3 q b3 q b3 q
bar           b3 q b3 q b3 q
bar           b3 q b3 q b3 q
bar           b3 q b3 q b3 q
bar           b3 q b3 q b3 q
bar           b3 q b3 q b3 q
(bar -pedal-) b3 q b3 q b3 q
bar           b3 q b3 q b3 q
bar           b3 q b3 q b3 q
;;(bar -pedal)

     )
))

-- 
Kyle Markley