Skip to content
  • World
  • Categories
  • 0 Unread 0
  • Recent
  • Users
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

The digital town square for the concert band community.

Connect with local ensembles, trade repertoire insights, and keep the pulse of the wind band world.

administrators

Private

Posts


  • Ah... ok... hm.
    Julian LamJ Julian Lam

    Ah... ok... hm. Maybe Trump sat in front of the Trombones one too many times?

    https://www.classicfm.com/music-news/donald-trump-tariffs-brass-instruments/

    General Discussion

  • Gig bag for the Pearl EM1 MalletSTATION
    Julian LamJ Julian Lam

    I've been lugging the MalletSTATION to rehearsals and performances in its original cardboard box. I was pretty certain after a couple more trips the whole thing would fall apart catastrophically!

    I ended up buying the 88-key AKOZLIN brand off Amazon, which fits the EM1 with the protective foam that came with the original box (you all kept the box, right? haha)
    We're planning to custom cut a couple panels of coroplast to add rigidity, but this is a snug-fitting, solid gig bag for the EM1.

    1784732133036.jpg

    General Discussion malletstation

  • Using AI to compose/arrange?
    Julian LamJ Julian Lam

    I wonder if anybody has tried using AI/LLMs to try to arrange music. I hadn't really seen any, and musicians don't tend to be on the bleeding edge of tech, so I just might be on the forefront of this.

    Anyhow, I've long wanted to try Lilypond... for years. It's a music engraver software that's code-based, and as somebody whose day job is a software developer, it immediately resonated with me. Now with AI being surprisingly good at writing code, maybe there's something here...

    So I gave it a try...

    tl;dr — it kind of sucks at it.

    Lilypond has been on my radar for years, but whenever I tried to get going with it, I found the tooling to be very rough, and the documentation rather sparse. It seemed I spent more time looking up documentation for syntax (e.g. how do I write a tenuto? How do I add a tie to this note?) than I was actually writing.

    Compared to using a GUI like Sibelius, this was a significant impediment that I had to work through.

    I never did learn the syntax well enough, and after multiple false starts, I ended up giving up years ago.

    In the years since, the tooling has gotten a little better, and there's native integration with my IDE (Visual Studio Code), so things are looking up.

    I cobbled together a quick setup with the following:

    • Qwen 3.6 35B-A3B running locally on my laptop via llama.cpp
    • Pi coding harness
    • Visual Studio Code with the LilyPond Syntax plugin

    The key here is I'm not going to rely on AI to write the actual music, but could it autocomplete melodies? If I gave it something like the start of a phrase, and asked it to fix the rhythm, or continue the melody, could it?

    The short answer is no — it was pretty awful at it.

    I couldn't rely on it to do anything of substance. A couple times it even looked at my notation and decided that my bars were missing beats, even though they weren't. Here's a funny one — it saw a dotted half note and thought it was worth 2.5 beats... which if you think about it literally (and not at all musically), makes sense... it's a half note, worth two beats, and a "half", so half a beat.

    So yeah, grade 2 rudiments it has not.

    Other times it tried to look at my notation, and try really really hard to put together the melody, but would hallucinate lyrics and make up melodies that were nowhere coherent.

    But here's the kicker... it was decent at Lilypond syntax! I was able to get rid of my biggest hurdle (having to figure out obscure syntax) and just ask for what I wanted:

    Q: How do you write a triplet?

    Use \tuplet with a ratio in parentheses, then the notes in parentheses:

    \relative c'' {
      (c8 d e)  % regular eighth notes
      \tuplet 2/3 { (c8 d e) }  % triplet: 3 notes in the space of 2
    }
    

    The ratio is numerator/denominator — "3 notes in the space of 2" = 2/3.

    Common examples:

    \relative c'' {
      % 3 eighth notes in the space of 2 (normal triplet)
      \tuplet 2/3 { (c8 d e) } f4
      
      % 3 quarter notes in the space of 2
      \tuplet 2/3 { (c4 d e) }
      
      % 5 notes in the space of 4
      \tuplet 4/5 { (c8 d e f g) }
      
      % 7 notes in the space of 4
      \tuplet 4/7 { (c8 d e f g a b) }
    }
    

    The parenthesized notes (c d e) inside the tuplet are required — they tell LilyPond to draw the bracket and number.


    Not bad at all!

    Note that I'm using a very small LLM relative to the ones you can use online (ChatGPT, Gemini, etc.) so there's definitely a gap in intelligence between mine and the frontier, so I'm interested in seeing how far I can take this.

    General Discussion lilypond music llm

  • Caught a snippet of _Q with Tom Power_ on the radio just now.
    Julian LamJ Julian Lam

    Caught a snippet of Q with Tom Power on the radio just now.

    Alexander Shelley is on, discussing his upcoming departure from the National Arts Centre Orchestra. Worth a listen!

    https://pca.st/episode/ae2d3974-c17b-4cf5-b0da-6aec4a39a761

    After 11 years, Alexander Shelley has stepped down as the National Arts Centre Orchestra’s music director. Alexander sits down with Tom Power in Ottawa’s Southam Hall to talk about how he was able to use music to tell stories that showed so many different sides of the country, as well as how he created performances that reflect the world we live in today.

    General Discussion cbc conducting orchestra

  • Do we have some trumpet players on this social
    Julian LamJ Julian Lam

    @poetaster@mastodon.gamedev.place hahah never apologize for saxophone 🎷

    General Discussion

  • Why did Regina Public Schools Kill Band?
    Julian LamJ Julian Lam

    @carliermusic@musicians.today this is wild.

    I had no idea band teachers floating between multiple schools were even a thing. It sounds like something right up my alley if the conditions weren't so terrible!

    General Discussion

  • Got the MalletStation hooked up :sunglasses:
    Julian LamJ Julian Lam

    Got the MalletStation hooked up 😎

    Marimba, Xylophone, Vibraphone, and Tubular Bells all a single button-press away! Who says you need to blow 60 grand to play proper mallet parts?

    Excuse the musician's desk 😳

    2026-06-13-15-02-14-275.mp4

    2026-06-13-15-02-09-965.jpg

    General Discussion concertband marimba xylophone vibraphone malletstation

  • My friend Jenna is in this great organization called World #Doctors Orchestra and they're performing in #Chicago this September!
    Julian LamJ Julian Lam

    @jennylam@mastodon.art I've never heard of this orchestra before, the concept sounds cool!

    There's a definite overlap in physicians and musical ability!

    General Discussion doctors chicago charity concert orchestra

  • Was feeling naff and annoyed.
    Julian LamJ Julian Lam

    @teadrinker@aus.social the power of music! 😁

    General Discussion music trumpet thingsilove

  • I've been asked to play at more events with the saxophone, but my question is what type of music should I put in the repertoire.
    Julian LamJ Julian Lam

    @rye@ioc.exchange improvs over a backing track?

    Typically it's gonna be pop music covers on sax though, eh.

    General Discussion musician saxophone

Member List

Julian LamJ julian
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • World
  • Categories
  • Unread 0
  • Recent
  • Users