Re: New to Lilypond, how do i change the left hand clef from bass clef to treble clef right at the beginning of the piece?

2018-09-18 Thread Simon Albrecht
On 19.09.2018 01:13, Mark Stephen Mrotek wrote: Triple, Why not just start with a treble clef? In piano music, one avoids that because pianists are so used to the usual clef combination that other constellations are somewhat likely to be overlooked. Best, Simon ___

RE: New to Lilypond, how do i change the left hand clef from bass clef to treble clef right at the beginning of the piece?

2018-09-18 Thread Mark Stephen Mrotek
Triple, Why not just start with a treble clef? Mark -Original Message- From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of tripleamia Sent: Tuesday, September 18, 2018 2:56 PM To: lilypond-user@gnu.org Subject: New to Lilypond, how do i change

Re: New to Lilypond, how do i change the left hand clef from bass clef to treble clef right at the beginning of the piece?

2018-09-18 Thread Aaron Hill
On 2018-09-18 2:55 pm, tripleamia wrote: I'm working in Frescobaldi, so I have the right hand and left hand, and for the first two measures of the left hand I need to switch from bass to treble bef

New to Lilypond, how do i change the left hand clef from bass clef to treble clef right at the beginning of the piece?

2018-09-18 Thread tripleamia
I'm working in Frescobaldi, so I have the right hand and left hand, and for the first two measures of the left hand I need to switch from bass to treble before any notes. I'm having difficulty explainin

Re: New to Lilypond - Questions about using Python to structure Lilypond scores

2018-04-24 Thread Ben
On 4/23/2018 4:45 PM, AikiZen wrote: Le Mon, 23 Apr 2018 14:57:24 -0400, Ben a écrit : Now that I think about it, you may actually find better success with Music21 - have you heard of it? It's a large collection of goodies that will tick a lot of boxes for a lot of interesting music-related pro

Re: New to Lilypond - Questions about using Python to structure Lilypond scores

2018-04-23 Thread Garreth
Thank y'all so much for the great answers and resources! I realized shortly after I wrote my message that, since LilyPond is text-based, it would certainly be possible to have a Py doc output some text that could be put into an LP project. I'm glad to know that there are several ways to bridge thi

Re: New to Lilypond - Questions about using Python to structure Lilypond scores

2018-04-23 Thread Karlin High
On 4/23/2018 3:45 PM, AikiZen wrote: How can i create tab for guitar in python ? This email list will provide help with LilyPond. Learning manual: Fretted string instruments:

Re: New to Lilypond - Questions about using Python to structure Lilypond scores

2018-04-23 Thread AikiZen
Le Mon, 23 Apr 2018 14:57:24 -0400, Ben a écrit : > Now that I think about it, you may actually find better success with > Music21 - have you heard of it? It's a large collection of goodies > that will tick a lot of boxes for a lot of interesting music-related > projects. Works well w/ LilyPond

Re: New to Lilypond - Questions about using Python to structure Lilypond scores

2018-04-23 Thread David Kastrup
Garreth writes: > I am brand new to Lilypond (and Frescobaldi), like a couple of days new. I am > a music theory professor looking to use some computer skills I have (I know > some Python) to aid my teaching and research. I am sorry if this is a really > basic question, or if it

Re: New to Lilypond - Questions about using Python to structure Lilypond scores

2018-04-23 Thread Ben
On 4/23/2018 1:10 PM, Garreth wrote: I am brand new to Lilypond (and Frescobaldi), like a couple of days new. I am a music theory professor looking to use some computer skills I have (I know some Python) to aid my teaching and research. I am sorry if this is a really basic question, or if it&#

Re: New to Lilypond - Questions about using Python to structure Lilypond scores

2018-04-23 Thread Ben
On 4/23/2018 1:32 PM, Karlin High wrote: On 4/23/2018 12:10 PM, Garreth wrote: Can one write programs in Python that will then structure and launch scores in Frescobaldi/Lilypond? Specifically, I would like to write algorithms in Python that, given parameters I am working on programming, can wr

Re: New to Lilypond - Questions about using Python to structure Lilypond scores

2018-04-23 Thread Karlin High
On 4/23/2018 12:10 PM, Garreth wrote: Can one write programs in Python that will then structure and launch scores in Frescobaldi/Lilypond? Specifically, I would like to write algorithms in Python that, given parameters I am working on programming, can write scores that can then be translated to a

Re: New to Lilypond - Questions about using Python to structure Lilypond scores

2018-04-23 Thread Erik Ronström
rev Garreth : > > I am brand new to Lilypond (and Frescobaldi), like a couple of days new. I am > a music theory professor looking to use some computer skills I have (I know > some Python) to aid my teaching and research. I am sorry if this is a really > basic question, or if

New to Lilypond - Questions about using Python to structure Lilypond scores

2018-04-23 Thread Garreth
I am brand new to Lilypond (and Frescobaldi), like a couple of days new. I am a music theory professor looking to use some computer skills I have (I know some Python) to aid my teaching and research. I am sorry if this is a really basic question, or if it's been answered elsewhere in these f

Re: New to Lilypond - including score in LaTeX

2015-10-10 Thread karl
Светлана Лобанова: > 09.10.2015, 03:40, "Felix Yeung" : > > I’m very new to Lilypond, currently typesetting a document with > > plainsong notation (with gregorio) I have heard of gregorio (http://gregorio-project.github.io/) but never got to use it. I guess that by speci

Re: New to Lilypond - including score in LaTeX

2015-10-09 Thread Светлана Лобанова
-load-fonts -dinclude-eps-fonts -dno-aux-files filename.ly"). Then I include all of them as pdf images in .tex. The drawback is when you have multi-page score you will need to include them page-by-page. --  С уважением, Светлана Лобанова +79036683074 09.10.2015, 03:40, "Felix Yeung

Re: New to Lilypond - including score in LaTeX

2015-10-08 Thread Nick Payne
On 09/10/2015 11:57, Br. Samuel Springuel wrote: You have three options: 1) lilypond-book: This is a script that comes with LilyPond which enables you to pseudo-include lilypond scores into TeX documents. It preprocesses the document to extract the lilypond relavent bits, runs them through li

Re: New to Lilypond - including score in LaTeX

2015-10-08 Thread Br. Samuel Springuel
You have three options: 1) lilypond-book: This is a script that comes with LilyPond which enables you to pseudo-include lilypond scores into TeX documents. It preprocesses the document to extract the lilypond relavent bits, runs them through lilypond, and then creates a new TeX document where

New to Lilypond - including score in LaTeX

2015-10-08 Thread Felix Yeung
Dear All, I’m very new to Lilypond, currently typesetting a document with plainsong notation (with gregorio) and with occasional modern music. I am wondering if you there’s any way to incorporate lilypond scores into my document? Many thanks for your help! Felix Yeung

Re: new to lilypond

2013-08-20 Thread Janek Warchoł
2013/8/19 James Harkins : > Phil Holmes philholmes.net> writes: > >> I think a lot of us simply use the Dutch standard of es for a flat and is >> for a sharp - I certainly do. > > I'll be bold and disagree. G-flat is ges in Dutch (3 characters) and gf in > English (2 characters). If you're typeset

Re: new to lilypond

2013-08-20 Thread Trevor Daniels
David Kastrup wrote Tuesday, August 20, 2013 6:46 AM > Uh, no? df is an abbreviation, but des is a proper pronouncable name > (if you are Dutch/German, that's the name you use when talking about > music). As such, it has a letter combination that is natural to scan. ... even for non-German, no

Re: new to lilypond

2013-08-19 Thread David Kastrup
James Harkins writes: > For accidentals, df and des are both abbreviations -- favoring > concision -- but one is more concise than the other, and neither is > inherently more readable. Uh, no? df is an abbreviation, but des is a proper pronouncable name (if you are Dutch/German, that's the name

Re: new to lilypond

2013-08-19 Thread James Harkins
On Aug 19, 2013 11:36 PM, "Andrew Bernard" wrote: >> They take up space but don't /do/ anything in >> return for the extra finger effort. > > But they _do_ do something in Nederlands for people whose language it is. Sure, but I was responding to a comment from a native English speaker who uses Du

Re: new to lilypond

2013-08-19 Thread Carl Peterson
On Mon, Aug 19, 2013 at 11:36 AM, Andrew Bernard wrote: > Greetings, > > James Harkins > 20 August 2013 12:31 AM > > I'll be bold and disagree. G-flat is ges in Dutch (3 characters) and gf in > English (2 characters). If you're typesetting a piece in D-flat major, the > 33% > redundancy for ev

Re: new to lilypond

2013-08-19 Thread Andrew Bernard
Greetings, James Harkins 20 August 2013 12:31 AM I'll be bold and disagree. G-flat is ges in Dutch (3 characters) and gf in English (2 characters). If you're typesetting a piece in D-flat major, the 33% redundancy for every black-key note in Dutch will add up quickly. Av

Re: new to lilypond

2013-08-19 Thread James Harkins
Phil Holmes philholmes.net> writes: > I think a lot of us simply use the Dutch standard of es for a flat and is > for a sharp - I certainly do. I'll be bold and disagree. G-flat is ges in Dutch (3 characters) and gf in English (2 characters). If you're typesetting a piece in D-flat major, the

Re: new to lilypond

2013-08-19 Thread Phil Holmes
- Original Message - From: "Stephanie" To: Sent: Monday, August 19, 2013 1:30 PM Subject: new to lilypond Hi all, Hi, Stephanie, I am new to lilypond and have a few basic questions. 1) are there other blind lilypond users? We have had a number of other blind users

Re: new to lilypond

2013-08-19 Thread Thomas Morley
2013/8/19 Stephanie : > Hi all, > I am new to lilypond and have a few basic questions. Hi Stephanie, welcome! > 1) are there other blind lilypond users? Yes > 2) how do i write accidentals in english. Try one of this settings in your file: \language "english" or \includ

Re: new to lilypond

2013-08-19 Thread Andrew Bernard
hanie 19 August 2013 10:30 PM Hi all, I am new to lilypond and have a few basic questions. 1) are there other blind lilypond users? 2) how do i write accidentals in english. Steph ___ lilypond-user mailing list lilypond-user@gnu.org

Re: new to lilypond

2013-08-19 Thread David Kastrup
Stephanie writes: > Hi all, > I am new to lilypond and have a few basic questions. > 1) are there other blind lilypond users? I know about three who have occasionally posted to the list. I don't think any of them is a regular reader of the list, probably because managing the

new to lilypond

2013-08-19 Thread Stephanie
Hi all, I am new to lilypond and have a few basic questions. 1) are there other blind lilypond users? 2) how do i write accidentals in english. Steph ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond

Re: piano with lyrics (was I'm new to lilypond)

2007-08-30 Thread Mats Bengtsson
Quoting Raichu <[EMAIL PROTECTED]>: Thanks that's much better. However the music looks wrong. The stem direction is as if each voice had the stave to itself. I am getting repeated warnings about this: warning: ignoring too many clashing note columns I need the melody stems pointing up and the

Re: piano with lyrics (was I'm new to lilypond)

2007-08-30 Thread Raichu
> > Not quite. I want it to come out like typical pop sheet music, > > two staves with lyrics between. The treble stave contains > > (polyphonically) both the melody line and an accompaniment. > > It would look more like this: > > \score { > \new GrandStaff << > \new Staff = "upper" << >

Re: piano with lyrics (was I'm new to lilypond)

2007-08-30 Thread Valentin Villenave
2007/8/31, Raichu <[EMAIL PROTECTED]>: > Not quite. I want it to come out like typical pop sheet music, > two staves with lyrics between. The treble stave contains > (polyphonically) both the melody line and an accompaniment. > > melodyline = \relative c' { ... } > accompaniment = \relative c' { .

piano with lyrics (was I'm new to lilypond)

2007-08-30 Thread Raichu
> I highly recommend reading the tutorial for 2.11. OK thanks I'll have a look at it. > As for the templates, isn't D.2.2 exactly what you want? Not quite. I want it to come out like typical pop sheet music, two staves with lyrics between. The treble stave contains (polyphonically) both the melo

Re: I'm new to lilypond

2007-08-30 Thread Graham Percival
I highly recommend reading the tutorial for 2.11. Even though this is the unstable branch, the material in the new tutorial will apply to 2.10 (or even 2.8 or 2.6), and the new tutorial explains many things much better. As for the templates, isn't D.2.2 exactly what you want? Cheers, - Graham

I'm new to lilypond

2007-08-30 Thread Raichu
Hi, I've just started trying out Lilypond and I'm amazed at the quality. I'm still trying to figure out how to put staves together. Can anyone help with a problem? I want to generate piano sheet music with treble and bass. The treble contains both a melody line and an accompaniment, with lyrics b

Re: New to Lilypond...many questions! Simple chord placement ? to start

2006-03-15 Thread Mats Bengtsson
Please include a copy of the code you have tried (in the mail body if you don't manage to attach it any other way). Otherwise it's very hard to guess what you did. /Mats Edward Ardzinski wrote: I am using 2.6.5 on a WIndows XP-home box. Pretty new computer, no issues in the 6 months I've b

Re: New to Lilypond...many questions! Simple chord placement ? to start

2006-03-14 Thread Geoff Horton
> I tried to post some code I lifted the example below from one of the examples > in the documentation, but the submitter form kept saying I was top posting. What sort of changes did you make to the code from the documentation? ___ lilypond-user mailin

New to Lilypond...many questions! Simple chord placement ? to start

2006-03-14 Thread Edward Ardzinski
I am using 2.6.5 on a WIndows XP-home box. Pretty new computer, no issues in the 6 months I've been beating it. I tried to post some code I lifted the example below from one of the examples in the documentation, but the submitter form kept saying I was top posting. I'll describe the issue. If