lilypond-user
[Top][All Lists]
Advanced

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

\mark error


From: David Bobroff
Subject: \mark error
Date: Sat, 15 Mar 2003 08:43:04 +0000

In the following Lilycode there are two instances of "\mark".  They are
generating errors:

*******
error: syntax error, unexepected DIGIT: \mark 1 (\mark 2)
*******

I can't figure this out as this is *exactly* how I've done it in two other
files which process just fine.  Here is the offending code:

\score{


        \notes \relative c, {
        \property Score.MultiMeasureRest \override #'expand-limit = #9
        \property Score.breakAlignOrder = #'(
                  instrument-name
                  left-edge
                  ambitus
                  span-bar
                  breathing-sign
                  clef
                  staff-bar
                  key
                  time-signature
                )
                \property Score.RehearsalMark \override #'molecule-callback =
   #(make-molecule-boxer 0.15 0.3 0.3 Text_item::brew_molecule)
        \clef F
        \property Score.skipBars = ##t
        \property Voice.subdivideBeams = ##t
        \time 6/8
        \key f \major
        R2.*12 %% NEEDS TEMPO MARKING!! --> Allegro vivace
        a8->-\ff r r r4 r | R2. %% NEEDS "Vuota"
        R2.*14 | f8->-\ff r r r4 r8
        \bar "||" 
        \mark 1
        R2.*12 %% NEEDS TEMPO MARKING!! --> Molto più lento
        \bar "||"
        R2.*12 %% NEEDS TEMPO MARKING!! --> Iº Tempo
        \mark 2
        R2.*9


Thanks,

David Bobroff

Lilypond 1.6.8 on Cygwin
The irony is that Bill Gates claims to be making a stable operating system
and Linus Torvalds claims to be trying to take over the world. 





reply via email to

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