Re: How to use shapeII in 2.18 on Windows 10?

2020-02-15 Thread Urs Liska
Hi Saul, I need some more specifics to fully address your issues. Am Samstag, den 15.02.2020, 17:38 -0800 schrieb Saul Tobin: > I want to try using shapeII in one of my projects, so I cloned the > repo into my Lilypond include folder. Which repository? Unfortunately there are currently two wher

How to use shapeII in 2.18 on Windows 10?

2020-02-15 Thread Saul Tobin
I want to try using shapeII in one of my projects, so I cloned the repo into my Lilypond include folder. The usage guide requires OpenLilyLib Core to use modules, which I've never tried before. So I cloned oll-core and followed the documented folder structure. Then when I try to compile the shapeI

Re: ly:make-pitch​

2020-02-15 Thread Urs Liska
Am Sonntag, den 16.02.2020, 00:19 +0100 schrieb David Kastrup: > Freeman Gilmore writes: > > > On Sat, Feb 15, 2020 at 11:08 AM David Kastrup wrote: > > > > > Freeman Gilmore writes: > > > > > > > Were can I find the procedure for ly:make-pitch ? > > > > > > Beneath > > > > > > lily/pitch-s

Re: ly:make-pitch​

2020-02-15 Thread David Kastrup
Freeman Gilmore writes: > On Sat, Feb 15, 2020 at 11:08 AM David Kastrup wrote: > >> Freeman Gilmore writes: >> >> > Were can I find the procedure for ly:make-pitch ? >> >> Beneath >> >> lily/pitch-scheme.cc:LY_DEFINE (ly_make_pitch, "ly:make-pitch", >> > > I could not find this in the LilyPond

Re: ly:make-pitch​

2020-02-15 Thread Freeman Gilmore
On Sat, Feb 15, 2020 at 11:08 AM David Kastrup wrote: > Freeman Gilmore writes: > > > Were can I find the procedure for ly:make-pitch ? > > Beneath > > lily/pitch-scheme.cc:LY_DEFINE (ly_make_pitch, "ly:make-pitch", > I could not find this in the LilyPond program, but I did find this in Git Hub

Transposing instruments

2020-02-15 Thread Kieren MacMillan
Hi Pierre-Luc, > I now feel a weight have been lifted from my shoulders. Well, I hope we don’t hear from you years from now saying “For what it's worth, I wish somebody would have told me earlier that I should use clefs rather than transpositions.” LOL Cheers, Kieren. _

Transposing instruments

2020-02-15 Thread Pierre-Luc Gauthier
Hello again Kieren, Sort of a pedantic conversation here but anyway, the way I manage transposition is : I write music somewhere : piccolo = { c'''4 } clarinet = { c''4 } violin = { c'' } guitar = { e, } bass = { e,, } \addQuote "x" \x Then I define the parts : piccoloPart = \transpose c' c {

Re: ly:make-pitch​

2020-02-15 Thread David Kastrup
Freeman Gilmore writes: > Were can I find the procedure for ly:make-pitch ? Beneath lily/pitch-scheme.cc:LY_DEFINE (ly_make_pitch, "ly:make-pitch", And the docs (for what they are worth) are likely more or less in the Internals Reference. -- David Kastrup

Re: Stop Tablature from moving up an octave

2020-02-15 Thread Kieren MacMillan
Hi Pierre-Luc, >> NO! Instead, use a transposing clef: > > I guess people (and books) diverge in opinion here. > But I do not write bass parts with \clef "bass_8" neither guitar with > \clef "treble_8". That’s fine, from a visual perspective — just turn off the ClefModifier. The problem I see w

ly:make-pitch​

2020-02-15 Thread Freeman Gilmore
Were can I find the procedure for ly:make-pitch ? Thank you, ƒg

Re: Stop Tablature from moving up an octave

2020-02-15 Thread Pierre-Luc Gauthier
Le sam. 15 févr. 2020 à 10:45, Kieren MacMillan a écrit : > > guitarStaff = \transpose c c' { > > % Here we transpose > NO! Instead, use a transposing clef: I guess people (and books) diverge in opinion here. But I do not write bass parts with \clef "bass_8" neither guitar with \clef "treble_8

Re: Stop Tablature from moving up an octave

2020-02-15 Thread Bob Stricklin
Thanks to all for the excellent support an help. It is clear to me now and I have it working properly. Bob

Re: Stop Tablature from moving up an octave

2020-02-15 Thread Kieren MacMillan
Hi Pierre-Luc, > \version "2.21.0" > > song = { > % here you write the music the > % way it should sound > >| > } Yes. > guitarStaff = \transpose c c' { > % Here we transpose NO! Instead, use a transposing clef: guitarStaff = { \clef "treble_8" \new Voice { \song } } I

Re: Stop Tablature from moving up an octave

2020-02-15 Thread Pierre-Luc Gauthier
Guitar (like the bass) is a transposing instrument. The Tab part though is not transposing (obviously). \version "2.21.0" song = { % here you write the music the % way it should sound | } guitarStaff = \transpose c c' { % Here we transpose because a % guitar is a transposing in

Re: Stop Tablature from moving up an octave

2020-02-15 Thread David Kastrup
Bob Stricklin writes: > I am new to Lilypond and can not get Tablature for guitar to work like I > think it should. > > The documentation indicates Lilypond will select the lowest fret and open > strings. > > When I run my example below the tablature selects fret position 12 and not > zero for

Stop Tablature from moving up an octave

2020-02-15 Thread Bob Stricklin
I am new to Lilypond and can not get Tablature for guitar to work like I think it should. The documentation indicates Lilypond will select the lowest fret and open strings. When I run my example below the tablature selects fret position 12 and not zero for three of the note groups. I want it t

Re: layout doesn't work as I expected

2020-02-15 Thread fcorvi
Thank you Kieren that was very useful, I will definitely also fix my indentation style! -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: layout doesn't work as I expected

2020-02-15 Thread fcorvi
Thanks David, I was missing the difference between locals and globals layouts now everything is more clear -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: layout doesn't work as I expected

2020-02-15 Thread fcorvi
Thanks Aaron that was smooth and clear :) -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html