lilypond-user
[Top][All Lists]
Advanced

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

Repeats GDP Break_Align_Order


From: Palmer, Ralph
Subject: Repeats GDP Break_Align_Order
Date: Wed, 25 Jun 2008 08:04:21 -0400

Greetings -

I'm running LilyPond 2.11.49 under Windows XP SP2.

I'm working (still) on Repeats for the GDP. I'm trying to get a begin
(open) repeat sign at the start of a piece. The only way I've been able
to do it so far is with a 
\bar "|:"
attached to a skip. It was suggested that I use the
Score.breakAlignOrder property. I checked the thread from around 14
March 2003, and came up with

+++++++++ Start snippet +++++++++++

\version "2.11.48"

%%%%%%%%%%%%%  THIS DOESN'T WORK  %%%%%%%%%%%%%%%%%%

TestVoltaStartBreakAlign = {
        \key c \major
        \clef "G"
        \time 4/4
        \relative c'' {

        \property Score.breakAlignOrder = #'(
        instrument-name
        left-edge
        ambitus
        span-bar
        breathing-sign
        clef
        key-signature
        time-signature
        staff-bar
        custos
        )

        \bar "|:"
        c1
        d1
        d4 e f g
        }
}

\score
        {
        \TestVoltaStartBreakAlign
        }

++++++++++ End snippet +++++++++

I get this error: 
C:/Documents and Settings/rpalmer/My Documents/Ralph/Sheet
Music/LilyPond/Test/Test volta start breakAlign.ly:13:8: error: unknown
escaped string: `\property'
        
        \property Score.breakAlignOrder = #'(
C:/Documents and Settings/rpalmer/My Documents/Ralph/Sheet
Music/LilyPond/Test/Test volta start breakAlign.ly:13:8: error: syntax
error, unexpected STRING
        
        \property Score.breakAlignOrder = #'(

I've tried searching the NR, IR, AU, and SL for breakAlign, with no
luck.

Can anyone point out the error of my ways?

Peace,

Ralph

+++++++++++++++++++++++++
Ralph Palmer, CEM
Energy/Administrative Coordinator
Keene State College
Keene, NH 03435-2502
Phone: 603-358-2230
Cell: 603-209-2903
Fax: 603-358-2456
address@hidden






reply via email to

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