Op 09-07-16 om 22:37 schreef Simon Albrecht:
On 09.07.2016 20:53, Jogchum Reitsma wrote:
For me it still is odd to see cut C noted, and then not two, but four
halves in each bar.
The history of the c and cut c symbols is complex and difficult to
grasp. Historically, both are derived from pro
On 09.07.2016 20:53, Jogchum Reitsma wrote:
For me it still is odd to see cut C noted, and then not two, but four
halves in each bar.
The history of the c and cut c symbols is complex and difficult to
grasp. Historically, both are derived from proportion signs which said
nothing about the le
are you saying that the second Kyrie of BWV232 is *not*
alla breve, but in 4/4 ? Any chance of knowing which versions you
consulted?
Op 07-07-16 om 14:28 schreef Malte Meyn:
Am 07.07.2016 um 13:48 schrieb Jogchum Reitsma:
In the second Kyrie from J.S. Bach's Hohe Messe, the time signature
ature is
4/4, but the bars are filled with 8 quarter notes or its equivalent in
time.
Are you sure you meant 4/4 which is shown as C? Bach uses the cut C
(alla breve).
\set timeSignatureFraction = #'(2.2)
warning: typecontrol failed for 'timeSignatureFraction'; value '(2.2)'
Kyrie of BWV232 is *not*
alla breve, but in 4/4 ? Any chance of knowing which versions you
consulted?
> Op 07-07-16 om 14:28 schreef Malte Meyn:
> >Am 07.07.2016 um 13:48 schrieb Jogchum Reitsma:
> >>In the second Kyrie from J.S. Bach's Hohe Messe, the time signature is
In the second Kyrie from J.S. Bach's Hohe Messe, the time signature is
4/4, but the bars are filled with 8 quarter notes or its equivalent in
time.
Are you sure you meant 4/4 which is shown as C? Bach uses the cut C
(alla breve).
\set timeSignatureFraction = #'(2.2)
wa
m 07.07.2016 um 13:48 schrieb Jogchum Reitsma:
In the second Kyrie from J.S. Bach's Hohe Messe, the time signature is
4/4, but the bars are filled with 8 quarter notes or its equivalent in
time.
Are you sure you meant 4/4 which is shown as C? Bach uses the cut C
(alla breve).
\set t
(Sent this accidentally to PM)
Hi Jean,
There may be a better solution, but this one works perfectly for me.
Thanks a lot!
regards, Jogchum
Op 07-07-16 om 14:29 schreef Jean Brefort:
Le jeudi 07 juillet 2016 à 13:48 +0200, Jogchum Reitsma a écrit :
Hi all,
In the second Kyrie from J.S. Ba
Le jeudi 07 juillet 2016 à 13:48 +0200, Jogchum Reitsma a écrit :
> Hi all,
>
> In the second Kyrie from J.S. Bach's Hohe Messe, the time signature
> is 4/4, but the bars are filled with 8 quarter notes or its
> equivalent in time.
> I cannot find in the documentation or last years list archive ho
Am 07.07.2016 um 13:48 schrieb Jogchum Reitsma:
In the second Kyrie from J.S. Bach's Hohe Messe, the time signature is
4/4, but the bars are filled with 8 quarter notes or its equivalent in
time.
Are you sure you meant 4/4 which is shown as C? Bach uses the cut C
(alla breve).
Hi all,
In the second Kyrie from J.S. Bach's Hohe Messe, the time signature is
4/4, but the bars are filled with 8 quarter notes or its equivalent in time.
I cannot find in the documentation or last years list archive how to
code that in lilypond.
\set timeSignatureFraction = #'(2.2)
which m
I want to use an alla breve or barred C for time 2/1. I found this
snippet on a previous post:
\set Staff.timeSignatureFraction = #'(2. 2)
but when I try it it gives an error in my Lily version (2.16.1):
waarschuwing: type controle gefaald voor `timeSignatureFraction'; waarde
`(2.
I want to use an alla breve or barred C for time 2/1. I found this snippet on
a previous post:
\set Staff.timeSignatureFraction = #'(2. 2)
but when I try it it gives an error in my Lily version (2.16.1):
waarschuwing: type controle gefaald voor `timeSignatureFraction'; waarde
`(2.0 2)&
Thomas Morley writes:
> 2013/8/20 Kris Van Bruwaene :
>> I want to use an alla breve or barred C for time 2/1. I found this snippet
>> on a previous post:
>> \set Staff.timeSignatureFraction = #'(2. 2)
>> but when I try it it gives an error in my Lily version
2013/8/20 Kris Van Bruwaene
> I want to use an alla breve or barred C for time 2/1. I found this snippet
> on a previous post:
> \set Staff.timeSignatureFraction = #'(2. 2)
> but when I try it it gives an error in my Lily version (2.16.1):
> waarschuwing: type c
2013/8/20 Kris Van Bruwaene :
> I want to use an alla breve or barred C for time 2/1. I found this snippet
> on a previous post:
> \set Staff.timeSignatureFraction = #'(2. 2)
> but when I try it it gives an error in my Lily version (2.16.1):
Hi,
there's a m
I want to use an alla breve or barred C for time 2/1. I found this snippet on a
previous post:
\set Staff.timeSignatureFraction = #'(2. 2)
but when I try it it gives an error in my Lily version (2.16.1):
waarschuwing: type controle gefaald voor `timeSignatureFraction'; waarde `(2.0
Dears,
I found a solution for my "problem"! Like everything in Lilypond,
simple and efficient:
\ Time 2 / 1
\ Set Staff.timeSignatureFraction = # '(2. 2)
Thanks to Jakob and Marek for the "compasses"!
Radamir
___
lilypond-user mailing list
lilypond
Hi Radamir,
2010/11/25 Radamir Lira de Sousa
> I'm having trouble with an excerpt from a score that I'm transcribing.
> In the excerpt Alla Breve, appears as the unit of measure brevis! How
> to Set the time signature 2 / 1 struck with c?
This snippet could help
I'm having trouble with an excerpt from a score that I'm transcribing.
In the excerpt Alla Breve, appears as the unit of measure brevis! How
to Set the time signature 2 / 1 struck with c?
___
lilypond-user mailing list
lilypond-user@gn
and if you want to display 2/2 then add the following line before
\numericTimeSignature
\time 2/2
Likewise for 4/4
Patrick Schmidt wrote:
Alla breve (C with a vertical line through) is set by default with \time 2/2.
See Notation Reference 1.2.3 Time Signature
HTH
patrick
Alla breve (C with a vertical line through) is set by default with \time 2/2.
See Notation Reference 1.2.3 Time Signature
HTH
patrick
Original-Nachricht
> Datum: Mon, 18 Jan 2010 11:14:58 +0100
> Von: Ove Ditlevsen
> An: lilypond-user@gnu.org
> Betreff: alla bre
Ove Ditlevsen writes:
> Please, can anybody tell me how to set "alla breve" (C with a vertical
> line through)?
\time 2/2
I see an example for it (as well as how to change this to 2/2 notation
if wanted) right in the obvious part of the notation refer
Please, can anybody tell me how to set "alla breve" (C with a vertical line
through)?
Thanks in advance
Ove Ditlevsen
Professor Emeritus, dr.techn. Ove Ditlevsen
Department of Mechanical Engineering
Coastal, Maritime and Structural Engineering
Technical University of Denmark
Nils Ko
Hi Arvid,
thanks a lot! This is exactly what I was looking for!
Cheers,
Markus
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
Markus Schneider hotmail.com> writes:
>
> Hello list,
>
> I'm looking for a function that doubles every duration.
>
> Here's a short example:
>
> Turn { c1 c2 c4 c16 c16 c16 c16 }
> into { c1 ~ c1 c1 c2 c8 c8 c8 c8 }
>
> I digged around, but I think this is still beyond my limited s
Hello list,
I'm looking for a function that doubles every duration.
Here's a short example:
Turn { c1 c2 c4 c16 c16 c16 c16 }
into { c1 ~ c1 c1 c2 c8 c8 c8 c8 }
I digged around, but I think this is still beyond my limited scheme
understanding.
If someone did somthing like this already
27 matches
Mail list logo