Re: Newbie problems with chordnames

2004-06-10 Thread Mats Bengtsson


Quoting Wolfgang Mechsner [EMAIL PROTECTED]:

 1. In a piano score I would like to have the chordnames above the
 staff not below the staff.

 2. I have no success with

\set ChordNames.minimumVerticalExtent = #'(0 . 0) (tried out many numbers)

 to change the space of the chordnames to the staff.

The spacing is also determined by the extent of the Staff context,
search the mailing list archives if you cannot find out yourself.

   /Mats


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Newbie problems with chordnames

2004-06-08 Thread Wolfgang Mechsner
1. In a piano score I would like to have the chordnames above the
staff not below the staff.

2. I have no success with

   \set ChordNames.minimumVerticalExtent = #'(0 . 0) (tried out many numbers)

to change the space of the chordnames to the staff.

Wolfgang

--
URL www.wolfgang-mechsner.de


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


RE: Newbie problems with chordnames

2004-06-08 Thread Bertalan Fodor
Doesn't this work?

\score {

\new ChordNames \chords { c:1 } 
\new PianoStaff  
\new Staff \notes { c } 
\new Staff \notes { c }


}

Or do you mean between the staves?

 1. In a piano score I would like to have the chordnames above the
 staff not below the staff.
 
 2. I have no success with
 
\set ChordNames.minimumVerticalExtent = #'(0 . 0) (tried 
 out many numbers)
 
 to change the space of the chordnames to the staff.



___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user