lilypond-user
[Top][All Lists]
Advanced

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

Re: Chords vertic placement with repeats


From: Mats Bengtsson
Subject: Re: Chords vertic placement with repeats
Date: Fri, 30 Jan 2004 17:27:08 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113

One solution is to move the Volta engraver from the Staff level to
the Score level:
\score{
  ...
  \paper{
    ...
    \translator{
      \StaffContext
      \remove "Volta_engraver"
    }   
    \translator{
      \ScoreContext
      \consists "Volta_engraver"
      VoltaBracket \set #'minimum-space = #1
    }
  }
}

The minimum-space setting may be unnecessarily small, but the default
value 5 puts the brackets far too high up.

   /Mats

Tom Cato Amundsen wrote:
Is is possible to place the chord names inside the "repeat frames"
(don't know the english term...)?


|-------------------|
|1.   cm    g7      |

instead of
      cm    g7
|-------------------|
|1.                 |


--
=============================================
        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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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