2007/4/14, Kevin Dalley <[EMAIL PROTECTED]>:
I'm not sure that I understand the use of a space before a closing "
in the '/* read */' section. The use in the code does not seem
consistent, but that may be part of your point.
Without a space, it is easy to glue together property names. The code
2007/4/14, Kevin Dalley <[EMAIL PROTECTED]>:
I'm not sure that I understand the use of a space before a closing "
in the '/* read */' section. The use in the code does not seem
consistent, but that may be part of your point.
Without a space, it is easy to glue together property names. The code
6bcffa458287f Mon Sep 17 00:00:00 2001
From: Kevin Dalley <[EMAIL PROTECTED]>
Date: Sat, 14 Apr 2007 16:29:55 -0700
Subject: [PATCH] Chromatic staff
This version of the patch incorporates Han-Wen's suggestions.
This patch allows the vertical position of each note
to be set with a s
Kevin Dalley escreveu:
> This patch is to be applied to the head. It's a simple patch than my
> previous try. Regression test included.
>
> This patch allows the vertical position of each note
> to be set with a scheme function.
> This feature can be used for creating
This patch is to be applied to the head. It's a simple patch than my
previous try. Regression test included.
This patch allows the vertical position of each note
to be set with a scheme function.
This feature can be used for creating a chromatic staff, for example.
---
input/regre
Thanks for the response. Changing the line-count sounds simple.
After you mentioned this, I found the relevant documentation already
open in browser, though previously invisible.
I'm still trying to get a handle on the Lilypond documentation for
more abstract areas.
The idea of modifying the pit
Getting a 4 line staff is trivial, just add
\override Staff.StaffSymbol #'line-count = #4
at the beginning of your stave. You can also make this setting apply to
all Staff contexts, see the documentation.
For the vertical position, one idea would be to implement a music
function in
Scheme that m
I know that alternative notation and chromatic staffs comes up once in
a while. Let's choose a simple one, and assume that I can write some
C++, Python, and Scheme. How would I change the notation to using 6-6
Tetragram?
http://web.syr.edu/~pwmorris/www.mnma.org/gallery/4LineNotations.html
Th