I have been having this Idea for a few years now. Why can't we just writ music like code. Executable & all.
The biggest problem is so much of music notation's meaning is defined by it's graphical information, not just the content. This is where it differs significantly from code or even text typesetting. At some point, you have to get into the nitty gritty of where to place symbols on the page. Lillypond gets you part of the way, but the last part is really hard to do and most users are more comfortable with a WYSIWYG setu…
LilyPond: Music notation for everyone
81–89 of 89 posts
Re: LilyPond: Music notation for everyone
#82Excuse my ignorance, I'm about to ask stupid questions. * What type of person uses this? I guess the intersection of people interested in composing and people able to typeset? I would have thought it wasn't that popular, but it has the polish of a popular tool. What am I missing? * Do people typically use this to compose their own music, or are they recreating music they know? * How similar is sheet music to source c…
* What type of person uses this? I guess the intersection of people interested in composing and people able to typeset? I would have thought it wasn't that popular, but it has the polish of a popular tool. What am I missing? --I think people who play/practice musical instruments regularly, esp. in an ensemble, esp. in classical music (where the written notes are referred to a lot); to make arrangements, transcription…
Sounds like an interesting idea for a music major somewhere. Plus, with conductor or local condition inputs, might make for entertaining sight reading. If sunny, && morning, play notes this way : If dusk || rain, play this way : play default.
Re: LilyPond: Music notation for everyone
#83Earlier quoted context omitted.
It would require writing code to pick out the meaningful threads.
maybe according to the points and comments they got at the time? i mean yes it would require writing code but lately you do it so often manually...
Re: LilyPond: Music notation for everyone
#84Earlier quoted context omitted.
maybe according to the points and comments they got at the time? i mean yes it would require writing code but lately you do it so often manually...
Comments, yes—but how do you automate which comments are meaningful?
I don't think you should bother trying to find "meaningful" threads at all, since there is no objective definition for that in context, other than "relatedness" to the current thread. I have a browser plugin that does it, it doesn't need to be that deep. Let readers decide what is meaningful to them. You can't automate everything.
Re: LilyPond: Music notation for everyone
#85Earlier quoted context omitted.
The biggest problem is so much of music notation's meaning is defined by it's graphical information, not just the content. This is where it differs significantly from code or even text typesetting. At some point, you have to get into the nitty gritty of where to place symbols on the page. Lillypond gets you part of the way, but the last part is really hard to do and most users are more comfortable with a WYSIWYG setu…
Even more than precision, you need consistency. You need to tweak the rules, not just the elements, to make a score look good. So WYSIWYG doesn't buy you that much.
Re: LilyPond: Music notation for everyone
#86Excuse my ignorance, I'm about to ask stupid questions. * What type of person uses this? I guess the intersection of people interested in composing and people able to typeset? I would have thought it wasn't that popular, but it has the polish of a popular tool. What am I missing? * Do people typically use this to compose their own music, or are they recreating music they know? * How similar is sheet music to source c…
* It's not very similar to the source code. Basically you put in note names (c d e f ...) and durations (c4 e8 g8 c2). The rest is commands and markup to deal with the remaining very complex needs music typesetting has. Think Latex for music.
* I've never seen any git repos for that, but there are sites like CPDL and IMSLP that sometimes also include Lilypond source (or other sources).
* "How expressive is sheet music": I guess the easiest way to find out is to actually play an instrument or sing? It's a bit like asking "how expressive is the written word, like books and these things".
Re: LilyPond: Music notation for everyone
#87I've been using LilyPond for ages to typeset music, to the point where I find other tools cumbersome My current workflow is vscode, with a plug-in that handles auto compile and displays a PDF in an editor pane, and handles midi input from a small keyboard I've got next to my desk
Which one are you using?
Re: LilyPond: Music notation for everyone
#88Earlier quoted context omitted.
Even more than precision, you need consistency. You need to tweak the rules, not just the elements, to make a score look good. So WYSIWYG doesn't buy you that much.
Eh, but "rules" only get you so far. There's tons and tons of situations where a human with eyes just needs to make a decision to "make it work." That's where "systems-based" engraving falls apart. It comes with practice and experience of doing the art over and over, and encountering all those little nuances in real scores and figuring out how to solve them.
Re: LilyPond: Music notation for everyone
#89I've been using LilyPond for ages to typeset music, to the point where I find other tools cumbersome My current workflow is vscode, with a plug-in that handles auto compile and displays a PDF in an editor pane, and handles midi input from a small keyboard I've got next to my desk
Oh, I didn't know there are VSCode plug-ins for Lilypond. Which one are you using?
https://github.com/lhl2617/VSLilyPond
Its a bit old, but works very well. I contributed a few fixes years ago to make the midi more reliable, depending on the type of keyboard you have