lilypond-user
[Top][All Lists]
Advanced

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

Re: chord fingerings and octavation


From: Michael Lauer
Subject: Re: chord fingerings and octavation
Date: Fri, 13 Apr 2007 16:07:06 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Daniel Leidisch <lists <at> leidisch.net> writes:

> 
> 
> 1. As you can see, the chord fingerings are crossing the octavation
> bracket. What could I do about that?
> 
> 2. Is it possible to have the fingerings at the same height? It looks
> a bit jagged to me, I would prefer all the fingerings at the level of
> the highest one.
> 

You can fix both of these with staff-padding; see the section on "Moving
Objects" in the manual.

\version "2.10.0"

<<
  \chords { g2:7 c g:7 c g:7 c:maj7 g:7.9.13 c:6.9 }

  \relative c'' {
    \override Voice.TextScript #'staff-padding = #4
    #(set-octavation 1)
    <g d'f b>2^\markup \fret-diagram-terse #"x;x;5;7;6;7;"
%etc

Cheers,
Michael






reply via email to

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