Re: jazz chords superscript

2007-05-07 Thread Eyolf Oestrem

On 07.05.2007 (12:51), steve berthiaume wrote:

note:  i'm still trying to decode the regression test- what's the 
"ignatzek"

thing all about?  is that something someone added to lilypond, and the
program will know what to do with it?


"Ignatzek" is an unfunctional set of chord designations which nobody
uses :-)

Eyolf

--
I'm personally quite happy with one stable release every two years, and
am of the opinion that trying to release more will mean we'll have to
rename the distro from "stable" to "wobbly".
-- Scott James Remnant on debian-devel


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


re: jazz chords superscript

2007-05-07 Thread steve berthiaume

mats advice helped; i'll post the code as reference for anyone else.

note:  i'm still trying to decode the regression test- what's the "ignatzek"
thing all about?  is that something someone added to lilypond, and the
program will know what to do with it?

here's the code:

\version "2.10.20"


sl = {
  \override NoteHead #'style = #'slash
  \override Stem #'transparent = ##t
}

\score

{\relative c'



   {  \sl
   b'4^\markup {"G#mi" \super "9"} b b b
   }

}
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: jazz chords superscript

2007-05-07 Thread Mats Bengtsson

What LilyPond version do you use? Please always try to include a complete
(but short) example of LilyPond code, that can be run directly through 
LilyPond,
which shows what you have tried, when sending a question to the mailing 
list.


I suspect that the problem is not the \super command, which is a valid
markup command, but hash mark "#" in G#mi, since hash marks are used
to tell LilyPond that "Here comes some embedded code in the Scheme
programming language". Try adding double quotes around the "G#mi"
and see if it works better.

  /Mats

steve berthiaume wrote:

hello,

i'm trying to define a set of custom chords for use in jazz charts, 
and i would like to be able to have the numbers (7, 9, 11, 13, etc) 
raised above the chord name.  I use Brandt-Roemer standardized chord 
notation, so my chords look like Cmi7, Cma9, Cdim, Cmi7b5 etc.


I've checked out the regression test, 
 
and it says to add a superscript, the number has to be preceded by 
\super.  i've tried this in the following example, and i get an 
'unknown escaped string "\super"' error:



b4^\markup {G#mi \super "9"}

what am i doing wrong?

thanks,

-steve


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
  


--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
   Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user