lilypond-user
[Top][All Lists]
Advanced

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

improve spacing between chords


From: Gerard L. Maters
Subject: improve spacing between chords
Date: Wed, 17 Sep 2008 21:01:15 +0200

Hello,
for just two bars in the score I need to change the spacing of the chords.
The right hand starts with a 16-rest followed by chords-8.
The left hand starts with chords-8.
This alternating horizontal spacing should be maintained throughout the two bars.
The standard settings however do clutter the chords.
Is there a solution to this problem?
 
Thanks,
Gerard
-----------------------------------
See the example:
 
\version "2.11.58"
 
right = \context Voice = "discant"
{
   \clef violin
   \time 4/4
 
   r4^\fermataMarkup r16 \relative g' {<g a des es fis g>8  <g a des es fis g>8  <g a des es fis g>8  <g a des es fis g>8 <g a des es fis g>8 <g a des es fis g>16~}|
   \relative g' {<g a des es fis g>16 <g a des es fis g>8 <g a des es fis g>8  <g a des es fis g>8 <g a des es fis g>8 <g a des es fis g>8 <g a des es fis g>8 <g a des es fis g>8 <g a des es fis g>16}|
}
 
left = \context Voice = "bas"
{
   \clef bass
   \time 4/4
  
   r4^\fermataMarkup \relative g, {<g bes des es f g>8 <g bes des es f g>8 <g bes des es f g>8 <g bes des es f g>8 <g bes des es f g>8 <g bes des es f g>8~} |
   \relative g, {<g bes des es f g>8 <g bes des es f g>8 <g bes des es f g>8 <g bes des es f g>8 <g bes des es f g>8 <g bes des es f g>8 <g bes des es f g>8 <g bes des es f g>8} |
}

reply via email to

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