lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to implement "f (second time p)" for midi?


From: Kenneth Wolcott
Subject: Re: How to implement "f (second time p)" for midi?
Date: Fri, 16 Dec 2022 18:32:02 -0800

Hi David;

  I have attached the updated Lilypond source.

  It looks like my attempt failed to implement your hint :-)

  Here's the results of my attempt to implement your idea...

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  Here's my sanitized (long path redacted) log of my engraving attempt:

     1  GNU LilyPond 2.24.0 (running Guile 2.2)
     2  Changing working directory to: long_path/target'
     3  Processing `Procession_of_the_Military_Night_Watch_in_Madrid.ly'
     4  Parsing...
     5  Interpreting music...
     6  
long_path/source/Procession_of_the_Military_Night_Watch_in_Madrid.ly:44:16:
warning: conflict with event: `absolute-dynamic-event'
     7      \volta 1 <>
     8                 \f
     9  
long_path/source/Procession_of_the_Military_Night_Watch_in_Madrid.ly:45:16:
warning: discarding event: `absolute-dynamic-event'
    10      \volta 2 <>
    11                 \p
    12  [8][16][24][32]
    13  
long_path/source/Procession_of_the_Military_Night_Watch_in_Madrid.ly:85:16:
warning: conflict with event: `absolute-dynamic-event'
    14      \volta 1 <>
    15                 \f
    16  
long_path/source/Procession_of_the_Military_Night_Watch_in_Madrid.ly:86:16:
warning: discarding event: `absolute-dynamic-event'
    17      \volta 2 <>
    18                 \p
    19  [40][48][56][64][72][80]
    20  
long_path/source/Procession_of_the_Military_Night_Watch_in_Madrid.ly:162:16:
warning: c
onflict with event: `absolute-dynamic-event'
    21      \volta 1 <>
    22                 \f
    23  
long_path/source/Procession_of_the_Military_Night_Watch_in_Madrid.ly:163:16:
warning: d
iscarding event: `absolute-dynamic-event'
    24      \volta 2 <>
    25                 \p
    26  [88][96]
    27  Preprocessing graphical objects...
    28  Interpreting music...
    29  MIDI output to
`Procession_of_the_Military_Night_Watch_in_Madrid.midi'...
    30  Finding the ideal number of pages...
    31  Fitting music on 1 or 2 pages...
    32  Drawing systems...
    33  Converting to `Procession_of_the_Military_Night_Watch_in_Madrid.pdf'...
    34  Success: compilation successfully completed

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

 The following is a diff of my 2.22.2 version and my 2.24.0 version:

diff ../../lp_2.22.2/source/Procession_of_the_Military_Night_Watch_in_Madrid.ly
./Procession_of_the_Military_Night_Watch_in_Madrid.ly
1c1
< \version "2.22.2"
---
> \version "2.24.0"
4a5,9
> % NOTE: Try the following hint in the repeat voltas that have different 
> dynamics:
> %
> % \volta 1 <>\f
> % \volta 2 <>\p
>
37c42
<   \set Score.markFormatter = #format-mark-box-alphabet
---
>   \set Score.rehearsalMarkFormatter = #format-mark-box-alphabet
38a44,45
>     \volta 1 <>\f
>     \volta 2 <>\p
77a85,86
>     \volta 1 <>\f
>     \volta 2 <>\p
152a162,163
>     \volta 1 <>\f
>     \volta 2 <>\p

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Thanks,
Ken Wolcott

Attachment: Procession_of_the_Military_Night_Watch_in_Madrid.ly
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]