Hi there,There's a few things wrong here...

I'd start by getting the voices separated. So  something like:

<<
   \quaver_triplet_stuff
% this will be voice 1 and stems-up
\\
   \chord_notes
% this will be voice 2, but you'll have to hide the stems. exercise for the
reader ;-)
>>

Chord notation here
http://www.lilypond.org/doc/v2.19/Documentation/notation/chord-notation

...



On 7 January 2016 at 16:06, Carl-Henrik Buschmann <p...@nordisk-lyd.no>
wrote:

> Hi,
>
> I'm a Lilypond newbie switching over from Sibelius. As part of my self
> tutoring I have tried my hand at reproducing a example (written in Sib) i
> used in my thesis:
>
> http://i.imgur.com/SboviWR.png
>
> I'm a bit stuck and i hope you guys can give me a nudge.
> This is my feeble attempt:
>
> \version "2.18.2"
> \language "german"
>
> <<
> \chords {
>   f2 gis4 dis b
> }
>
> \relative c'' {
>   \tuplet 3/2 { c8 c c }
>   \tuplet 3/2 { c c c }
>   \tuplet 3/2 { dis dis dis }
>   \tuplet 3/2 { dis dis dis } | %m1
>   fis4
> }
>
> \\
> \relative c' {
>   < f a c >2 < gis bis dis >4 < fisis ais dis > | %m1
>   < fis b dis >4
> }
> \addlyrics {
>   V2 bVII III/IV I
> }
> >>
>
> Product:
> http://i.imgur.com/Ot3HNE2.png
>
> I have many problems:
>
> 1) The chords are at the bottom.
> 2) The chords have the wrong font.
> 3) I have NO idea how to properly write roman numeral analysis, lyrics is
> not the way to go it seems.
> 4) The dottet phrasing line.
> 5) The 1. and 2. voice crash.
>
> Help?
>
> Buschmann
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to