Re: Instructions to install lilypond onto Raspberry Pi

2018-10-13 Thread Vivyan
That would be grand if you could send that to me, please! would I just have to install the package that you send following that ? -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Instructions to install lilypond onto Raspberry Pi

2018-10-11 Thread Vivyan
Im following you instructions Jamie Ching this is what the compiler says after the first configure: WARNING: Please consider installing optional programs or files: guile-2.0 < 1.9.0 (installed: 2.0.13) ERROR: Please install required programs: International New Century Schoolbook fonts (make

Re: Instructions to install lilypond onto Raspberry Pi

2018-09-18 Thread Vivyan
did they have any success building lilypond? -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Instructions to install lilypond onto Raspberry Pi

2018-09-18 Thread Vivyan
Hi I need to run lilypond on the raspberry pi. I can't finsd any sources that say how to? I would typically use the command sudo apt-get install .., which has worked for frescobaldi but not lilypond? Please may I have instructions to install lilypond onto the raspberrry pi, Many thanks --

Sheet music via the Bash Terminal, Possible?

2018-05-11 Thread Vivyan
I'm using Raspbian lite which limits me to just the command line. Is it possible or has anyone exclusively used the Terminal shell to edit and somehow view sheet music? Many thanks, Joel -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: Piano staff notes across both staffs

2018-02-03 Thread Vivyan
I've had a look at 2.2.1. I've tried extening the stem instead. I just don't see why \cross staff can't work in my current code? I've had too many other compromises trying re approaching the RotationalArrays.ly score from

Re: Piano staff notes across both staffs

2018-02-03 Thread Vivyan
I've ended up taking this apporach but the b4 that I need to join still does cross the staves. why is that? \new Staff { \clef bass \voiceOne \autoBeamOff d4\rest

tuplet brace

2018-02-03 Thread Vivyan
the following code produces the image I've attached the 3's and the braces are just making the score look messy how can I tidy them up? \header { title = "Composition Study I: Techniques" composer =

Re: Piano staff notes across both staffs

2018-02-03 Thread Vivyan
that is what I want. Thats what I will do for now then is that's the solution. Thanks -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Piano staff notes across both staffs

2018-02-03 Thread Vivyan
Okay so for this to work you have to abandon the previous Piano staff style. the following code should work. However the latest rest is now set to high ( because it thinks its the 1st voice? How can this be adjusted? \header { title = "Composition Study I: Techniques" composer = "Joel

Re: duration longer than meter?

2018-02-03 Thread Vivyan
This excerpt is from Gymnopedie which is in 3/4 but still, this notation is involved. I'm just trying to write it into lilypond. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Piano staff notes across both staffs

2018-02-03 Thread Vivyan
I have been taught to set up piano staffs like so. But I can't work out why these two notes aren't crossing both staffs? [code] \version "2.19.80" \header { title = "Composition Study I: Techniques" composer = "Joel Ramsbottom" tagline = "" % removed } upper = \relative c'' { \clef

duration longer than meter?

2018-02-03 Thread Vivyan
I need these notes to fit within the same meter? How can I stop lilypond from pushing the notes out? lower = \relative c { \clef bass \time 3/4 e2. 4 } -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user

A new staff of each note?

2018-01-17 Thread Vivyan
why is there a new staff for each note if this code is run? \score { %melody << \new Staff{ \time 4/4 \clef treble \set Staff.instrumentName = #"Piano" } a b f d >> } -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: Text level with the staff

2018-01-17 Thread Vivyan
a lot like this, thank you. Is there a way to to get the colour which is currently white the same colour as the rest of the page? -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Text level with the staff

2018-01-17 Thread Vivyan
Perhaps theres a way to set the staff name on the right side instead of left? -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Text level with the staff

2018-01-17 Thread Vivyan
I mean like this (photoshopped); -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Text level with the staff

2018-01-17 Thread Vivyan
I mean like this (photoshopped); -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org

Text level with the staff

2018-01-16 Thread Vivyan
Hi I'm transcribing music that has a lot of repetitions. To represent the music I'm writing the music once and then writing " X amount of times" I want this to appear on the right and level with the staff? How can I do this? So far the words are underneath? Many thanks [code] \version

Text level with the staff

2018-01-16 Thread Vivyan
Hi I'm transcribing music that has a lot of repetitions. To represent the music I'm writing the music once and then writing " X amount of times" I want this to appear on the right and level with the staff? How can I do this? So far the words are underneath? Many thanks [code] \version

Re: single Note swell

2017-12-19 Thread Vivyan
Not quite on the score I need it to decres for the duration of the same note. I thought the S's were part of the syntax. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org

Re: single Note swell

2017-12-19 Thread Vivyan
Not quite. I just thought the S's were part of the syntax I need to score to say: c < >. How can I get it decres as well as what you've shown me above? -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list

single Note swell

2017-12-19 Thread Vivyan
just trying this bit of code to instruct a swell for the duration of c2, this hasn't quite work? c2'' { s2 s\< s\> s\! } -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org

Re: SlurUp & Down

2017-12-19 Thread Vivyan
How do I cancel double slurs once they're there.. I' can't just use slurup? Gymnopedie_no.ly -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user

Staves not in sync?

2017-12-19 Thread Vivyan
Gymnopedie_no.ly I'm not sure how to get my staves to line up alongside one another? Thanks -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user

Re: accedentals

2017-12-19 Thread Vivyan
Thanks very much, yes it was because of the uk setting, i didn't recognise there was that difference from the instructions I've been reading -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list

accedentals

2017-12-17 Thread Vivyan
I'm not sure why my accidentals arn't working? Screen_Shot_2017-12-17_at_14.png -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user

accedentals

2017-12-17 Thread Vivyan
I'm not sure why my accidentals arn't working? -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Another Timing error?

2017-12-10 Thread Vivyan
I thought it would make sense to have 3 over four quarter notes rather than half notes? -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org

Another Timing error?

2017-12-04 Thread Vivyan
I'm expecting the score so far to be within one meter. I'm using threes over four. It does prefer when I put 3 over two, but I'm sure two is too long a duration surly for what I need here? [code] \version "2.19.80" upper = \relative c'' { \clef treble \time 5/4 \slurUp des,4( \pp\< %

Re: score gone off screen?

2017-11-27 Thread Vivyan
great thanks I'll look out for timing errors -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

score gone off screen?

2017-11-27 Thread Vivyan
I'm not sure why my score at times just prints off the page? Screen_Shot_2017-11-27_at_17.png RotationalArrays.ly -- Sent from:

SlurUp & Down

2017-11-19 Thread Vivyan
Hi How can I slur from lowest d to b flat whilst also including the slur already in the on the score? Many thanks, Joel -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: Audio OutPut Ports not available?

2017-11-19 Thread Vivyan
just downloading simple synth on this occasion just worked for lilypond. thank you very much -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org

Audio OutPut Ports not available?

2017-11-19 Thread Vivyan
Hi Im running lilypond on a macbook. My preferences is suggesting that install portmidi but on other programmes theres not a problem recognising midi? -- Sent from:

Tidying Score

2017-11-17 Thread Vivyan
I'm just starting writing music using lilypond. Im getting this problem where my staves arn't lining up how can I fix this? -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Tidying Score

2017-11-17 Thread Vivyan
I'm just starting writing music using lilypond. Im getting this problem where my staves arn't lining up how can I fix this? -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html