lilypond-user
[Top][All Lists]
Advanced

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

Re: Manual beaming after \override


From: Mats Bengtsson
Subject: Re: Manual beaming after \override
Date: Tue, 04 Aug 2009 16:45:37 +0200
User-agent: Thunderbird 2.0.0.5 (X11/20070716)

The [ belongs to the note that starts the beam, whereas the \override command is inserted between notes, so the correct syntax is
d8[ \override NoteHead #'style = #'cross d] ~ d4

   /Mats

Michael Käppler wrote:
Hi all,
can somebody explain, why the following doesn't work with manual beaming, but with autobeaming?

\version "2.13.4"

\relative c' {
\time 2/4
d8 \override NoteHead #'style = #'cross d ~ d4 % This works fine
% \autoBeamOff
% d8 \override NoteHead #'style = #'cross [d] ~ d4
}

The second results in a: "syntax error, unexpected '['" message.

Cheers,
Michael


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        School of Electrical Engineering
        Royal Institute of Technology (KTH)
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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