带有反向符号的 Lilypond 分数

Posted

技术标签:

【中文标题】带有反向符号的 Lilypond 分数【英文标题】:Lilypond score with reverse symbols 【发布时间】:2019-12-05 06:15:38 【问题描述】:

我试图在 Lilypond 中创建一条带有反向符号的线:

我知道这是可能的,因为我在 Lilypond 生成的 pdf 中找到了它。

【问题讨论】:

【参考方案1】:

更简单的是......

\version "2.18.2"
\include "english.ly"
\bookpart  
\header 
    composer="J.S.Bach"
    opus = "BWV 1087"

\markup \large "1. Canon simplex"
\score 
\relative c'  
    \key g \major
    \clef bass
    \time 2/4 
    r4 \repeat volta 2   
      g fs e d b c d g,4 
      \override TextScript #'extra-offset = #'(20 . 5.84)
      s64-\markup
        \scale #'(-1 . 1) 
        \score \relative  
          \key g \major\clef bass\time 2/4 \global r4  
        
       

【讨论】:

【参考方案2】:

我认为这样就可以了...不过需要大量手动调整...

\version "2.18.2"

\bookpart  
\header 
composer="J.S.Bach"
opus = "BWV 1087"
\markup \large "1. Canon simplex"
\score 
\relative c'  
\key g \major
\clef bass
\time 2/4
r4 \repeat volta 2   g fis e d b c d g, 
    s8
\override Staff.BarLine #'stencil = ##f 
% gespiegelt
s4
\override TextScript #'extra-offset = #'(-3 . 5.2)
s2-\markup %\hspace #10
  \column % pause
    \line
      \scale #'(-1 . 1)
        \lower #1.5 \halign #0 \musicglyph #"rests.2"
      
   \hspace #1
  \column %clef
    \line 
      \scale #'(-1 . 1)
        \center-column
          \lower #1.3 \musicglyph #"two" \musicglyph #"four"
        
      
  
  \column %clef
    \line 
      \scale #'(-1 . 1)
      \musicglyph #"accidentals.sharp"
      
  
  \column %clef
    \line 
      \scale #'(-1 . 1)
      \lower #0.2 \musicglyph #"clefs.F"
      
  

【讨论】:

以上是关于带有反向符号的 Lilypond 分数的主要内容,如果未能解决你的问题,请参考以下文章

反向 z 分数 pandas 数据框

Problem C: 分数类的乘法

Redis 排序集按时间排序并带有分数

C++无法解析的外部符号

Problem A: 分数类的输出

java 中 “找不到符号”的错误