lilypond-user
[Top][All Lists]
Advanced

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

Re: chord name position


From: Gilles Sadowski
Subject: Re: chord name position
Date: Fri, 17 Oct 2008 00:19:13 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

Hi.

> changes = \chords {
>   c1 c1
> }
> 
> slashes = {
>   \override NoteHead #'style = #'slash
>   b'1 b'1
> }
> 
> \score {
>   \new Staff <<
>     \changes
>     \slashes
>   >>
> }
> 
> -------------------------------------------
> 
> would someone be kind enough to explain?

   \new Staff

appears before

   \changes 

Hence the chord line is after the staff line.
The attached file shows how to make it the other way around.

Best,
Gilles

Attachment: test1.ly
Description: Text document


reply via email to

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