Re: How to reproduce this?

2016-01-07 Thread Chris Yate
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

Re: How to reproduce this?

2016-01-07 Thread Pierre Perol-Schneider
Hi Buschmann, How about : \version "2.18.2" %\language "german" \layout { \context { \ChordNames \override ChordName.font-family = #'serif \override ChordName.font-size = #0 } } << \chords { f2 gis4 dis b } << \relative c'' { \numericTimeSignature

Re: How to reproduce this?

2016-01-07 Thread Jacques Menu
Hello Abraham, Thanks, that works fine! JM > Le 7 janv. 2016 à 19:47, Abraham Lee a écrit : > > Jacques, > > > > On Thu, Jan 7, 2016 at 11:42 AM, Jacques Menu > wrote: > Hello Pierre, > > This doesn’t

How to reproduce this?

2016-01-07 Thread Carl-Henrik Buschmann
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

Re: How to reproduce this?

2016-01-07 Thread Carl-Henrik Buschmann
Thank you, much obliged! 1) I didnt get... \addlyrics \lyricsto "Chords" { V2 \markup\concat { \raise #.4 \small\flat VII } \markup\center-column { \concat { \raise #.7 \small\sharp III } IV } I } ...to work though: http://i.imgur.com/aVeeG1V.png 2) How

Re: How to reproduce this?

2016-01-07 Thread Carl-Henrik Buschmann
Thats it! Thank you, this was inspiring. Buschmann ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: How to reproduce this?

2016-01-07 Thread Abraham Lee
Jacques, On Thu, Jan 7, 2016 at 11:42 AM, Jacques Menu wrote: > Hello Pierre, > > This doesn’t compile on 2.19.33 though. > > Thanks for all the help you provide to the rest of us! > Try this out: %<--- \version "2.19.31" \layout { \context {

Re: How to reproduce this?

2016-01-07 Thread Jacques Menu
Hello Pierre, This doesn’t compile on 2.19.33 though. Thanks for all the help you provide to the rest of us! JM Starting lilypond 2.19.33 [Untitled]... Processing `/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6mgn/T/frescobaldi-mmxLK7/tmpXWfERQ/document.ly' Parsing...

Re: How to reproduce this?

2016-01-07 Thread Malte Meyn
Am 07.01.2016 um 21:59 schrieb Simon Albrecht: > \offset positions #'(.5 . .5) Beam I’ve never seen that function before and I don’t find it in the documentation. Since when does this exist? (it’s defined in music-functions-init.ly) ___

Re: How to reproduce this?

2016-01-07 Thread Malte Meyn
Am 07.01.2016 um 22:53 schrieb Malte Meyn: > > > Am 07.01.2016 um 21:59 schrieb Simon Albrecht: >> \offset positions #'(.5 . .5) Beam > > I’ve never seen that function before and I don’t find it in the > documentation. Since when does this exist? (it’s defined in >

Re: How to reproduce this?

2016-01-07 Thread Simon Albrecht
On 07.01.2016 23:00, Malte Meyn wrote: Am 07.01.2016 um 22:53 schrieb Malte Meyn: Am 07.01.2016 um 21:59 schrieb Simon Albrecht: \offset positions #'(.5 . .5) Beam I’ve never seen that function before and I don’t find it in the documentation. Since when does this exist? (it’s

Re: How to reproduce this?

2016-01-07 Thread Simon Albrecht
On 07.01.2016 19:23, Pierre Perol-Schneider wrote: Oops, my fault, I forgot about the slur. So here it goes, \version "2.18.2" %\language "german" \layout { \context { \ChordNames \override ChordName.font-family = #'serif \override ChordName.font-size = #0 } } << \chords {