lilypond-user
[Top][All Lists]
Advanced

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

Re: Coda Wheel and Sign not printing


From: Tim Sawyer
Subject: Re: Coda Wheel and Sign not printing
Date: Fri, 2 Jul 2004 23:23:11 +0100
User-agent: KMail/1.6.2

On Thursday 01 Jul 2004 10:24, Mats Bengtsson wrote:
> You could try to run convert-ly on your LaTeX file with the included
> lilypond code, but make sure to check afterwards that it didn't destroy
> any of rest of the document. As an alternative, just copy the relevant
> lines of LilyPond code into a separate .ly file, and run convert-ly on
> that to see what is changed.

Thanks for that, but it didn't improve things.

I ran convert-ly on this snippet (I copied and pasted this into a separate 
test.ly file)

\version "1.8.2"
\score
{
  \notes
  {
    \time 6/8
    \property Staff.TimeSignature \set #'style = #'()
    \clef bass
    \stemUp
    e4. e8 e8 e8 e4 e8 e4 e8 e8 e8 e8 e8 e8 e8 e4. r4. \mark #'(music 
"scripts-segno") \bar "||" e8 e8 e8 e8 e8 e8 e4. e4. e8 e8 e8 e8 e8 e8 e4. 
r4. \mark #'(music "scripts-coda") \bar "||"  e8^"To Coda" e8 e8 e4 e8 e8 e8 
e8 e4 e8 e4 e8 e8 e8 e8 e4. r4.^"D.S. al Coda" \bar "|."
  }
}

Here's the output of convert-ly test.ly

address@hidden:~> convert-ly test.ly
convert-ly (GNU LilyPond) 2.0.3
Processing `test.ly' ... Applying conversions: 1.9.0, 1.9.1, 1.9.2, 1.9.3, 
1.9.4, 1.9.5, 1.9.6, 1.9.7, 1.9.8,
\version "1.9.8"
\score
{
  \notes
  {
    \time 6/8
    \property Staff.TimeSignature \set #'style = #'()
    \clef bass
    \stemUp
    e4. e8 e8 e8 e4 e8 e4 e8 e8 e8 e8 e8 e8 e8 e4. r4. \mark #'(music 
"scripts-segno") \bar "||" e8 e8 e8 e8 e8 e8 e4. e4. e8 e8 e8 e8 e8 e8 e4. 
r4. \mark #'(music "scripts-coda") \bar "||"  e8^"To Coda" e8 e8 e4 e8 e8 e8 
e8 e4 e8 e4 e8 e8 e8 e8 e4. r4.^"D.S. al Coda" \bar "|."
  }
}

If I redirect this output to a file, and then run lilypond on that file, I 
still get the 1's and 2's in the output not my coda wheel and segno signs.

I guess I've got font issues somewhere but don't know where to start looking.  
Any advice would be appreciated.

Cheers,

Tim.




reply via email to

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