lilypond-devel
[Top][All Lists]
Advanced

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

Re: Question about 'back quote' in scheme markups within Documentation e


From: -Eluze
Subject: Re: Question about 'back quote' in scheme markups within Documentation examples
Date: Wed, 9 Jun 2010 06:58:10 -0700 (PDT)



pkx166h wrote:
> 
> Hello,
> 
> Going on from the 'curly quotes' problem that was resolved a couple of
> days back in our documentation, I noticed in the NR while scanning
> through another 'odd' single quote mark after the hash (#) character.
> 
> \override #`(direction . ,UP)
> 
> instead of
> 
> \override #'(direction . ,UP)
> 
> See attached screenshot for an example
> 
> An example is from the the NR Appendix, 'A.8.2 Align'
> 
> http://lilypond.org/doc/v2.13///Documentation/notation/align
> 
> specifically '\dir-column args (markup list)'
> 
> I wondered if anyone can tell me if this is a mistake or what the
> significance of the back-quote is vs the standard singe quote?
> 
> 
using an apostroph and UP does'nt work!

\markup {
  \override #'(direction . ,UP) {
    \dir-column {
      not going up
    }
  }
}
-- 
View this message in context: 
http://old.nabble.com/Question-about-%27back-quote%27-in-scheme-markups-within-Documentation-examples-tp28830518p28830767.html
Sent from the Gnu - Lilypond - Dev mailing list archive at Nabble.com.




reply via email to

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