Chord names starting right after the anacrusis

2019-07-03 Thread Vicente Sanches
Hi everyone,

I want to write a song in which the melody begins in upbeat (anacrusis) and
the chords begins on the next bar. I have tried a lot but i can't make the
chord names appear after the anacrustic bar.

Can you help me?

P.s. Sorry for my english.

Regards,
Vicente Sanches
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


The "let vibrate" tie

2019-05-14 Thread Vicente Sanches
Hi everyone,

How can I input that l.v. ("let vibrate") tie used generally with timpani
and mallets such as vibraphone em marimba?

Tried to use open and closed parentheses without notes inside, but it
didn't work.

Example in the link bellow just in the 1st seconds of the video, in the 4th
and 5th measures:

https://www.youtube.com/watch?v=VEMyj-8I3pw


Vicente Sanches.
Attachments area
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Inserting lyrics in a global situation

2019-05-12 Thread Vicente Sanches
Hi,
I'm editing the Mozart's Ave Verum for a college work.
As there are many instruments and voices, i tried to organize things
separating notes from staff and layout information, but i don't know how to
insert lyrics in such organizational structure.

the skeleton of the doc looks like this:

\version "2.18.2"

\header {
  title = "Ave Verum"
  composer = "W. A. Mozart"

}

global = {
  \key d \major
  \time 2/2
  \tempo "Adagio."

  \repeat unfold 18 { s1*2/2 | }

  \bar "|"
}

vlnOne = \relative c'' {

}

vlnTwo = \relative c'' {

}

vla = \relative c'' {
  \clef alto

}

sop = \relative c''{

}

alt = \relative c''{

}

ten = \relative c''{
  \clef "treble_8"

}

bass = \relative c' {

}

dbo = \relative c' {
  \clef bass
 }

\book {
  \score {
\new StaffGroup <<
  \new GrandStaff <<
  \new Staff \with { instrumentName = #"Violino I." } << \global
\vlnOne  >>
  \new Staff \with { instrumentName = #"Violino II." } << \global
\vlnTwo >>
>>
  \new Staff \with { instrumentName = #"Viola." } << \global \vla >>


\new StaffGroup <<
  \new Staff \with { instrumentName = \markup {\bold  #"Soprano."
}} << \global \sop >>
  \new Staff \with { instrumentName = \markup {\bold #"Alto." }} <<
\global \alt >>
  \new Staff \with { instrumentName = \markup {\bold #"Tenore." }}
<< \global \ten >>
  \new Staff \with { instrumentName = \markup {\bold #"Basso." }}
<< \global \bass >>
>>

  \new Staff \with { instrumentName = #"Basso ed Organo." } <<
\global \dbo >>

>>
  }
  }
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user