Hello

I will try to produce a small test case. At the present moment I can't,
but as the file is quite small I am attaching it.

Later today I will try to prepare the test case (if nobody found what is
going on).

Cheers

On 17/04/2010 18:20, Carl Sorensen wrote:
> 
> 
> 
> On 4/17/10 7:52 AM, "Alberto Simões" <al...@alfarrabio.di.uminho.pt> wrote:
> 
>> Hello
>>
>> I am using \chords { ... } to input chords, but on some staffs they are
>> appearing inside the staff, making it difficult to read and is not very
>> attractive.
>>
>> Any way to force to place them outside the staff?
> 
> They should be outside the staff.
> 
> Can you prepare a small test file to show the problem?
> 
> Thanks,
> 
> Carl
> 

-- 
Alberto Simões
\version "2.12.2"

\header {
  title = "O Senhor é meu Pastor"
  composer = "Nuno Tovar de Lemos"
  tagline = "Transcrita por Alberto Simões"

  ocasioes = "ofertorio"
  seccao   = "ofertorio,comunhao,criancas"
}

melodyB = \relative c' {
  \clef treble
  \key d \major
  \time 4/4
  \autoBeamOff
  \partial 4 s4
  s1 s1 s1 s1 s1 s1 s1 s1 s1 s1 s1 s1 r4 r16 b16 b cis d8 b d fis16 g ~
  g2. r8 fis
  g4. fis8 g4. fis8
  a1

  \repeat volta 2 {
    r4 d,8 d16 d ~ d8 d b' a
    g2 r4 g8 b
    a4. b8 a4. g8
    fis2( d)

    r4. d16 d d8 b d fis16 g ~
    g2. r8 fis
    g4. fis8 g4. fis8
  }
  \alternative {
    { a1   }
    { fis1 }
  }
}

melody = \relative c' {
  \clef treble
  \key d \major
  \time 4/4
  \autoBeamOff

  \partial 4 fis8 d
  b4. b16 cis d8 b d fis16 e ~
  e4. e16 d e8 d e8 d16 e ~
  e8 cis4 e16 d e8 d e d16 fis ~

  fis2. fis8 fis
  b4. b16 b b8 fis g a16 g ~
  g8 g4 g16 g g8 g a b16 a ~
  a8 a4 b16 a g8 fis e g16 fis ~

  fis2 \bar "||" r8 fis8 fis d16 b ~ 
  b8 b b cis16 d ~ d8 b b' a16 a ~
  a8 g2 e8 e d 
  cis2 r8 a8 a' g16 g ~ 
  g8 fis fis e16 d ~ d2

  \break
  r4 r16 b b cis d8 b d fis16 e ~
  e2. r8 d8
  e4. d8 e4. d8
  fis1

  \repeat volta 2 {
    r4 d8 d16 d ~ d8 d b' a
    b2 r4 b8 d
    cis4. d8 cis4. b8
    a2( d,)

    r4. d16 d d8 b d fis16 e ~
    e2. r8 d
    e4. d8 e4. d8
  }
  \alternative {
    { fis1 }
    { d1   }
  }
  \bar "|."
}


text = \lyrics {
  Con- fia- rei nes- sa voz que não se_im- põe
  mas que ou- ço bem cá den- tro no si- lên- cio_a se- gre- dar;
  con- fia- rei ain- da que mil ou- tras vo- zes 
  cor- ram mui- to mais ve- lo- zes pa- ra me fa- zer pa- rar. 

  E_a- van- ça- rei a- van- ça- rei no meu ca- mi- nho:
  a- go- ra_eu sei que tu co- mi- go vens tam- bém.

  Aon- de fo- res, a- i_es- ta- rei.
  Em ti a- van- ça- rei.
  O Se- nhor é meu pas- tor,
  sei que na- da te- me- rei.
  e- le gui- a_o meu an- dar,
  sem me- do_a- van- ça- rei. rei.
}


\score {
  <<
    \chords {
      s4
      \italianChords
      b2...:m 
      e1:m
      a1
      d16

      fis1:m
      b2...:m
      e1:m
      a1
      d16

      fis2...:m
      b1:m
      e1:m s16
      a2...
      d2. s16 b1:m
      s8 s16 e1:m s16
      a1 d1

      d1:7 g a d
      b2...:m e1:m s16 a1 d1 d1
    }
    \new Voice = "mel" \melody
    \new Lyrics \lyricsto mel \text
    \new Voice = "melB" \melodyB
  >>
  \layout {
    \context {
      \RemoveEmptyStaffContext
      \override VerticalAxisGroup #'remove-first = ##t
    }
  }
  \midi {
    \context {
      \Score
      tempoWholesPerMinute = #(ly:make-moment 100 4)
    }}
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to